Shades of Hairy Heath #5E3128
Tints of Hairy Heath #5E3128
RGB
CMYK
RGB Variations
Color information
#5E3128 (or 0x5E3128) is known color: Hairy Heath. HEX triplet: 5E, 31 and 28. RGB value is (94,49,40). Sum of RGB (Red+Green+Blue) = 94+49+40=183 (24% of max value = 765). Red value is 94 (37.11% from 255 or 51.37% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3128 is #A1CED7. Grayscale: #3D3D3D. Windows color (decimal): -10604248 or 2634078. OLE color: 2634078.
HSL color Cylindrical-coordinate representation of color #5E3128: hue angle of 10º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E3128 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 49 | 40 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.63 |
| HSL | 10º | 0.4% | 0.26% | - |
| HSV(B) | 10º | 0.57% | 0.37% | - |
| XYZ | 6.1 | 4.73 | 2.6 | - |
| YUV | 61.43 | 115.91 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 49 | 40 | 0 | 0.48 | 0.57 | 0.63 | 10 | 0.4 | 0.26 |
| Hex | 5E | 31 | 28 | 0 | 30 | 39 | 3F | A | 28 | 1A |
| Octal | 136 | 61 | 50 | 0 | 60 | 71 | 77 | 12 | 50 | 32 |
| Binary | 1011110 | 110001 | 101000 | 0 | 110000 | 111001 | 111111 | 1010 | 101000 | 11010 |
Color Harmonies of #5E3128
Complementary color
Monochromatic Colors of #5E3128
Black with #5E3128
Text Example
Text Example
White with #5E3128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3128; }
p { color: rgb(94,49,40); }
H1.HeaderClassName
{
color: #5E3128;
}
.AnyTagClassName
{
color: #5E3128;
}
</style>
background-color css
<style>
a { background-color: #5E3128; }
a { background-color: rgb(94,49,40); }
div.DivClassName
{
background-color: #5E3128;
}
.BgClassName
{
background-color: #5E3128;
}
</style>
border-color css
<style>
span { border-color: #5E3128; }
span { border-color: rgb(94,49,40); }
td.TdClassName
{
border-color: #5E3128;
}
.TagClassName
{
border-color: #5E3128;
}
</style>