Shades of Hairy Heath #5D3224
Tints of Hairy Heath #5D3224
RGB
CMYK
RGB Variations
Color information
#5D3224 (or 0x5D3224) is known color: Hairy Heath. HEX triplet: 5D, 32 and 24. RGB value is (93,50,36). Sum of RGB (Red+Green+Blue) = 93+50+36=179 (23% of max value = 765). Red value is 93 (36.72% from 255 or 51.96% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 36 (14.45% from 255 or 20.11% from 179); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3224 is #A2CDDB. Grayscale: #3D3D3D. Windows color (decimal): -10669532 or 2372189. OLE color: 2372189.
HSL color Cylindrical-coordinate representation of color #5D3224: hue angle of 14.74º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D3224 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 50 | 36 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.64 |
| HSL | 14.74º | 0.44% | 0.25% | - |
| HSV(B) | 14.74º | 0.61% | 0.36% | - |
| XYZ | 5.97 | 4.74 | 2.27 | - |
| YUV | 61.26 | 113.75 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 50 | 36 | 0 | 0.46 | 0.61 | 0.64 | 14.74 | 0.44 | 0.25 |
| Hex | 5D | 32 | 24 | 0 | 2E | 3D | 40 | F | 2C | 19 |
| Octal | 135 | 62 | 44 | 0 | 56 | 75 | 100 | 17 | 54 | 31 |
| Binary | 1011101 | 110010 | 100100 | 0 | 101110 | 111101 | 1000000 | 1111 | 101100 | 11001 |
Color Harmonies of #5D3224
Complementary color
Monochromatic Colors of #5D3224
Black with #5D3224
Text Example
Text Example
White with #5D3224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3224; }
p { color: rgb(93,50,36); }
H1.HeaderClassName
{
color: #5D3224;
}
.AnyTagClassName
{
color: #5D3224;
}
</style>
background-color css
<style>
a { background-color: #5D3224; }
a { background-color: rgb(93,50,36); }
div.DivClassName
{
background-color: #5D3224;
}
.BgClassName
{
background-color: #5D3224;
}
</style>
border-color css
<style>
span { border-color: #5D3224; }
span { border-color: rgb(93,50,36); }
td.TdClassName
{
border-color: #5D3224;
}
.TagClassName
{
border-color: #5D3224;
}
</style>