Shades of Hairy Heath #5A3428
Tints of Hairy Heath #5A3428
RGB
CMYK
RGB Variations
Color information
#5A3428 (or 0x5A3428) is known color: Hairy Heath. HEX triplet: 5A, 34 and 28. RGB value is (90,52,40). Sum of RGB (Red+Green+Blue) = 90+52+40=182 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.45% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3428 is #A5CBD7. Grayscale: #3E3E3E. Windows color (decimal): -10865624 or 2634842. OLE color: 2634842.
HSL color Cylindrical-coordinate representation of color #5A3428: hue angle of 14.4º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A3428 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 52 | 40 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.65 |
| HSL | 14.4º | 0.38% | 0.25% | - |
| HSV(B) | 14.4º | 0.56% | 0.35% | - |
| XYZ | 5.83 | 4.78 | 2.62 | - |
| YUV | 61.99 | 115.59 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 52 | 40 | 0 | 0.42 | 0.56 | 0.65 | 14.4 | 0.38 | 0.25 |
| Hex | 5A | 34 | 28 | 0 | 2A | 38 | 41 | E | 26 | 19 |
| Octal | 132 | 64 | 50 | 0 | 52 | 70 | 101 | 16 | 46 | 31 |
| Binary | 1011010 | 110100 | 101000 | 0 | 101010 | 111000 | 1000001 | 1110 | 100110 | 11001 |
Color Harmonies of #5A3428
Complementary color
Monochromatic Colors of #5A3428
Black with #5A3428
Text Example
Text Example
White with #5A3428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3428; }
p { color: rgb(90,52,40); }
H1.HeaderClassName
{
color: #5A3428;
}
.AnyTagClassName
{
color: #5A3428;
}
</style>
background-color css
<style>
a { background-color: #5A3428; }
a { background-color: rgb(90,52,40); }
div.DivClassName
{
background-color: #5A3428;
}
.BgClassName
{
background-color: #5A3428;
}
</style>
border-color css
<style>
span { border-color: #5A3428; }
span { border-color: rgb(90,52,40); }
td.TdClassName
{
border-color: #5A3428;
}
.TagClassName
{
border-color: #5A3428;
}
</style>