Shades of Hairy Heath #5E3322
Tints of Hairy Heath #5E3322
RGB
CMYK
RGB Variations
Color information
#5E3322 (or 0x5E3322) is known color: Hairy Heath. HEX triplet: 5E, 33 and 22. RGB value is (94,51,34). Sum of RGB (Red+Green+Blue) = 94+51+34=179 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.51% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 34 (13.67% from 255 or 18.99% from 179); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3322 is #A1CCDD. Grayscale: #3E3E3E. Windows color (decimal): -10603742 or 2241374. OLE color: 2241374.
HSL color Cylindrical-coordinate representation of color #5E3322: hue angle of 17º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E3322 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 51 | 34 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.63 |
| HSL | 17º | 0.47% | 0.25% | - |
| HSV(B) | 17º | 0.64% | 0.37% | - |
| XYZ | 6.09 | 4.86 | 2.13 | - |
| YUV | 61.92 | 112.25 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 51 | 34 | 0 | 0.46 | 0.64 | 0.63 | 17 | 0.47 | 0.25 |
| Hex | 5E | 33 | 22 | 0 | 2E | 40 | 3F | 11 | 2F | 19 |
| Octal | 136 | 63 | 42 | 0 | 56 | 100 | 77 | 21 | 57 | 31 |
| Binary | 1011110 | 110011 | 100010 | 0 | 101110 | 1000000 | 111111 | 10001 | 101111 | 11001 |
Color Harmonies of #5E3322
Complementary color
Monochromatic Colors of #5E3322
Black with #5E3322
Text Example
Text Example
White with #5E3322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3322; }
p { color: rgb(94,51,34); }
H1.HeaderClassName
{
color: #5E3322;
}
.AnyTagClassName
{
color: #5E3322;
}
</style>
background-color css
<style>
a { background-color: #5E3322; }
a { background-color: rgb(94,51,34); }
div.DivClassName
{
background-color: #5E3322;
}
.BgClassName
{
background-color: #5E3322;
}
</style>
border-color css
<style>
span { border-color: #5E3322; }
span { border-color: rgb(94,51,34); }
td.TdClassName
{
border-color: #5E3322;
}
.TagClassName
{
border-color: #5E3322;
}
</style>