Shades of Hairy Heath #5A3125
Tints of Hairy Heath #5A3125
RGB
CMYK
RGB Variations
Color information
#5A3125 (or 0x5A3125) is known color: Hairy Heath. HEX triplet: 5A, 31 and 25. RGB value is (90,49,37). Sum of RGB (Red+Green+Blue) = 90+49+37=176 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.14% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3125 is #A5CEDA. Grayscale: #3B3B3B. Windows color (decimal): -10866395 or 2437466. OLE color: 2437466.
HSL color Cylindrical-coordinate representation of color #5A3125: hue angle of 13.58º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A3125 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 49 | 37 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.65 |
| HSL | 13.58º | 0.42% | 0.25% | - |
| HSV(B) | 13.58º | 0.59% | 0.35% | - |
| XYZ | 5.65 | 4.5 | 2.32 | - |
| YUV | 59.89 | 115.08 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 49 | 37 | 0 | 0.46 | 0.59 | 0.65 | 13.58 | 0.42 | 0.25 |
| Hex | 5A | 31 | 25 | 0 | 2E | 3B | 41 | E | 2A | 19 |
| Octal | 132 | 61 | 45 | 0 | 56 | 73 | 101 | 16 | 52 | 31 |
| Binary | 1011010 | 110001 | 100101 | 0 | 101110 | 111011 | 1000001 | 1110 | 101010 | 11001 |
Color Harmonies of #5A3125
Complementary color
Monochromatic Colors of #5A3125
Black with #5A3125
Text Example
Text Example
White with #5A3125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3125; }
p { color: rgb(90,49,37); }
H1.HeaderClassName
{
color: #5A3125;
}
.AnyTagClassName
{
color: #5A3125;
}
</style>
background-color css
<style>
a { background-color: #5A3125; }
a { background-color: rgb(90,49,37); }
div.DivClassName
{
background-color: #5A3125;
}
.BgClassName
{
background-color: #5A3125;
}
</style>
border-color css
<style>
span { border-color: #5A3125; }
span { border-color: rgb(90,49,37); }
td.TdClassName
{
border-color: #5A3125;
}
.TagClassName
{
border-color: #5A3125;
}
</style>