Shades of Hairy Heath #5A3126
Tints of Hairy Heath #5A3126
RGB
CMYK
RGB Variations
Color information
#5A3126 (or 0x5A3126) is known color: Hairy Heath. HEX triplet: 5A, 31 and 26. RGB value is (90,49,38). Sum of RGB (Red+Green+Blue) = 90+49+38=177 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.85% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 38 (15.23% from 255 or 21.47% from 177); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3126 is #A5CED9. Grayscale: #3C3C3C. Windows color (decimal): -10866394 or 2503002. OLE color: 2503002.
HSL color Cylindrical-coordinate representation of color #5A3126: hue angle of 12.69º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A3126 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 49 | 38 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.65 |
| HSL | 12.69º | 0.41% | 0.25% | - |
| HSV(B) | 12.69º | 0.58% | 0.35% | - |
| XYZ | 5.66 | 4.51 | 2.41 | - |
| YUV | 60.01 | 115.58 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 49 | 38 | 0 | 0.46 | 0.58 | 0.65 | 12.69 | 0.41 | 0.25 |
| Hex | 5A | 31 | 26 | 0 | 2E | 3A | 41 | D | 29 | 19 |
| Octal | 132 | 61 | 46 | 0 | 56 | 72 | 101 | 15 | 51 | 31 |
| Binary | 1011010 | 110001 | 100110 | 0 | 101110 | 111010 | 1000001 | 1101 | 101001 | 11001 |
Color Harmonies of #5A3126
Complementary color
Monochromatic Colors of #5A3126
Black with #5A3126
Text Example
Text Example
White with #5A3126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3126; }
p { color: rgb(90,49,38); }
H1.HeaderClassName
{
color: #5A3126;
}
.AnyTagClassName
{
color: #5A3126;
}
</style>
background-color css
<style>
a { background-color: #5A3126; }
a { background-color: rgb(90,49,38); }
div.DivClassName
{
background-color: #5A3126;
}
.BgClassName
{
background-color: #5A3126;
}
</style>
border-color css
<style>
span { border-color: #5A3126; }
span { border-color: rgb(90,49,38); }
td.TdClassName
{
border-color: #5A3126;
}
.TagClassName
{
border-color: #5A3126;
}
</style>