crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#852b26 hex color - Red - Warm color - Information

#852b26 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #852b26 Color code in RGB color code model is created after adding 52.16% red color, 16.86% green color and 14.9% blue color. Hex #852b26 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 68% magenta, 71% yellow and 48% black.

Hex #852b26 color code is between #883322 web safe hex color code and #772233 web safe hex color code. #883322 is the nearest web safe color code. You can see here many more shades of #852b26 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code852b26#852b26
RGB Decimal133, 43, 38rgb(133, 43, 38)
RGB Percent52%, 17%, 15%rgb(52%, 17%, 15%)
CSS RGBa133, 43, 38,1rgba(133,43,38,1)
CMYK Modelcmyk(0%,68%,71%,48%)
HSL Color Space3,56% ,34%hsl(3,56% ,34%)
HSV Color Space3°, 71%, 52%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100001010010101100100110
Octal2055346
Decimal1334338
Hex852b26

Different shades of #852b26 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #852b26
#ad3831
Dark Shade of #852b26
#5d1e1b
Saturated Shade of #852b26
#8e231d
Desaturated Shade of #852b26
#7c332f
Grey scale Shade of #852b26
#555555
Brighten Shade
#9e443f
Most Readable Shade
#FFFFFF

Shades of #852b26 color code

Generate more color scales with scales (color stack) generator.

#852b26
#762621
#67211d
#581c19
#491715
#3b1310
#2c0e0c
#1d0908
#0e0404
#000000

Similar Color like #852b26 color

Find visually similar hex color codes nearing to #852b26 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#862c27
#872d28
#882e29
#892f2a
#8a302b
#8b312c
#8c322d
#8d332e
#8e342f
#8f3530
#903631
#913732
#923833
#933934
#842a25
#832924
#822823
#812722
#802621
#7f2520
#7e241f
#7d231e
#7c221d
#7b211c
#7a201b
#791f1a
#781e19
#771d18

Monochromatic Color with #852b26

#852b26
#af3932
#da463e
#050202
#30100e
#5a1d1a

Tints of #852b26 Color

#852b26
#92423e
#a05a56
#ad716e
#bb8986
#c8a09e
#d6b8b6
#e3cfce
#f1e7e6
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#852b26
#268085

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#852b26
#26855b
#265085

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#852647
#852634
#852b26
#853e26
#855126

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#852b26
#26852b
#2b2685

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#852b26
#508526
#268085
#5a2685

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#852b26
#268085
#265085
#855a26

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #852b26 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#852b26 Color Code Preview on Black Background Color

This is how #852b26 Color will look on black background color. Color contrast ratio is 2.37

#852b26 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#852b26">Your Example Paragraph content text in with font color #852b26 </p>

Your Example Paragraph content text in with font color #852b26

HTML with inline CSS

<div style="color:#852b26">Your Paragraph text in with font color #852b26 </div>

Your Example Paragraph content text in with font color #852b26

#852b26 color code is use for CSS Background Color

Background color for the above div is #852b26

HTML with inline CSS

<div style="background-color:#852b26;"></div>

#852b26 color code is use for CSS Border Color

CSS Border color for the above div is #852b26

HTML with inline CSS

<div style="border:5px solid #852b26;"></div>

CSS Border Left color for the above div is #852b26

HTML with inline CSS

<div style="border-left:5px solid #852b26;"></div>

CSS Border Right color for the above div is #852b26

HTML with inline CSS

<div style="border-right:5px solid #852b26;"></div>

CSS Border Bottom color for the above div is #852b26

HTML with inline CSS

<div style="border-bottom:5px solid #852b26;"></div>

CSS Border Top color for the above div is #852b26

HTML with inline CSS

<div style="border-top:5px solid #852b26;"></div>

#852b26 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#852b26; } .examplecolorclass {color:#852b26; } .examplebordercolor {border:3px solid #852b26; }

#852b26 Color code Preview on White Background

This is how #852b26 Color code will look on white background color. Color contrast ratio is 8.86

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #852b26; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #852b26; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.