Shades of Hairy Heath #5B3529
Tints of Hairy Heath #5B3529
RGB
CMYK
RGB Variations
Color information
#5B3529 (or 0x5B3529) is known color: Hairy Heath. HEX triplet: 5B, 35 and 29. RGB value is (91,53,41). Sum of RGB (Red+Green+Blue) = 91+53+41=185 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.19% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3529 is #A4CAD6. Grayscale: #3F3F3F. Windows color (decimal): -10799831 or 2700635. OLE color: 2700635.
HSL color Cylindrical-coordinate representation of color #5B3529: hue angle of 14.4º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B3529 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 53 | 41 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.64 |
| HSL | 14.4º | 0.38% | 0.26% | - |
| HSV(B) | 14.4º | 0.55% | 0.36% | - |
| XYZ | 5.99 | 4.93 | 2.73 | - |
| YUV | 62.99 | 115.59 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 53 | 41 | 0 | 0.42 | 0.55 | 0.64 | 14.4 | 0.38 | 0.26 |
| Hex | 5B | 35 | 29 | 0 | 2A | 37 | 40 | E | 26 | 1A |
| Octal | 133 | 65 | 51 | 0 | 52 | 67 | 100 | 16 | 46 | 32 |
| Binary | 1011011 | 110101 | 101001 | 0 | 101010 | 110111 | 1000000 | 1110 | 100110 | 11010 |
Color Harmonies of #5B3529
Complementary color
Monochromatic Colors of #5B3529
Black with #5B3529
Text Example
Text Example
White with #5B3529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3529; }
p { color: rgb(91,53,41); }
H1.HeaderClassName
{
color: #5B3529;
}
.AnyTagClassName
{
color: #5B3529;
}
</style>
background-color css
<style>
a { background-color: #5B3529; }
a { background-color: rgb(91,53,41); }
div.DivClassName
{
background-color: #5B3529;
}
.BgClassName
{
background-color: #5B3529;
}
</style>
border-color css
<style>
span { border-color: #5B3529; }
span { border-color: rgb(91,53,41); }
td.TdClassName
{
border-color: #5B3529;
}
.TagClassName
{
border-color: #5B3529;
}
</style>