Shades of Hairy Heath #5D301F
Tints of Hairy Heath #5D301F
RGB
CMYK
RGB Variations
Color information
#5D301F (or 0x5D301F) is known color: Hairy Heath. HEX triplet: 5D, 30 and 1F. RGB value is (93,48,31). Sum of RGB (Red+Green+Blue) = 93+48+31=172 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.07% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 93 - color contains mainly: red. Hex color #5D301F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D301F is #A2CFE0. Grayscale: #3B3B3B. Windows color (decimal): -10670049 or 2043997. OLE color: 2043997.
HSL color Cylindrical-coordinate representation of color #5D301F: hue angle of 16.45º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5D301F is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 48 | 31 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.64 |
| HSL | 16.45º | 0.5% | 0.24% | - |
| HSV(B) | 16.45º | 0.67% | 0.36% | - |
| XYZ | 5.82 | 4.54 | 1.87 | - |
| YUV | 59.52 | 111.91 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 48 | 31 | 0 | 0.48 | 0.67 | 0.64 | 16.45 | 0.5 | 0.24 |
| Hex | 5D | 30 | 1F | 0 | 30 | 43 | 40 | 10 | 32 | 18 |
| Octal | 135 | 60 | 37 | 0 | 60 | 103 | 100 | 20 | 62 | 30 |
| Binary | 1011101 | 110000 | 11111 | 0 | 110000 | 1000011 | 1000000 | 10000 | 110010 | 11000 |
Color Harmonies of #5D301F
Complementary color
Monochromatic Colors of #5D301F
Black with #5D301F
Text Example
Text Example
White with #5D301F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D301F; }
p { color: rgb(93,48,31); }
H1.HeaderClassName
{
color: #5D301F;
}
.AnyTagClassName
{
color: #5D301F;
}
</style>
background-color css
<style>
a { background-color: #5D301F; }
a { background-color: rgb(93,48,31); }
div.DivClassName
{
background-color: #5D301F;
}
.BgClassName
{
background-color: #5D301F;
}
</style>
border-color css
<style>
span { border-color: #5D301F; }
span { border-color: rgb(93,48,31); }
td.TdClassName
{
border-color: #5D301F;
}
.TagClassName
{
border-color: #5D301F;
}
</style>