Shades of Dark Brown #5F3E14
Tints of Dark Brown #5F3E14
RGB
CMYK
RGB Variations
Color information
#5F3E14 (or 0x5F3E14) is known color: Dark Brown. HEX triplet: 5F, 3E and 14. RGB value is (95,62,20). Sum of RGB (Red+Green+Blue) = 95+62+20=177 (23% of max value = 765). Red value is 95 (37.5% from 255 or 53.67% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F3E14 is #A0C1EB. Grayscale: #434343. Windows color (decimal): -10535404 or 1326687. OLE color: 1326687.
HSL color Cylindrical-coordinate representation of color #5F3E14: hue angle of 33.6º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5F3E14 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 62 | 20 | - |
| CMYK | 0 | 0.35 | 0.79 | 0.63 |
| HSL | 33.6º | 0.65% | 0.23% | - |
| HSV(B) | 33.6º | 0.79% | 0.37% | - |
| XYZ | 6.57 | 5.93 | 1.46 | - |
| YUV | 67.08 | 101.43 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 62 | 20 | 0 | 0.35 | 0.79 | 0.63 | 33.6 | 0.65 | 0.23 |
| Hex | 5F | 3E | 14 | 0 | 23 | 4F | 3F | 22 | 41 | 17 |
| Octal | 137 | 76 | 24 | 0 | 43 | 117 | 77 | 42 | 101 | 27 |
| Binary | 1011111 | 111110 | 10100 | 0 | 100011 | 1001111 | 111111 | 100010 | 1000001 | 10111 |
Color Harmonies of #5F3E14
Complementary color
Monochromatic Colors of #5F3E14
Black with #5F3E14
Text Example
Text Example
White with #5F3E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3E14; }
p { color: rgb(95,62,20); }
H1.HeaderClassName
{
color: #5F3E14;
}
.AnyTagClassName
{
color: #5F3E14;
}
</style>
background-color css
<style>
a { background-color: #5F3E14; }
a { background-color: rgb(95,62,20); }
div.DivClassName
{
background-color: #5F3E14;
}
.BgClassName
{
background-color: #5F3E14;
}
</style>
border-color css
<style>
span { border-color: #5F3E14; }
span { border-color: rgb(95,62,20); }
td.TdClassName
{
border-color: #5F3E14;
}
.TagClassName
{
border-color: #5F3E14;
}
</style>