Shades of Dark Brown #5F4210
Tints of Dark Brown #5F4210
RGB
CMYK
RGB Variations
Color information
#5F4210 (or 0x5F4210) is known color: Dark Brown. HEX triplet: 5F, 42 and 10. RGB value is (95,66,16). Sum of RGB (Red+Green+Blue) = 95+66+16=177 (23% of max value = 765). Red value is 95 (37.5% from 255 or 53.67% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F4210 is #A0BDEF. Grayscale: #454545. Windows color (decimal): -10534384 or 1065567. OLE color: 1065567.
HSL color Cylindrical-coordinate representation of color #5F4210: hue angle of 37.97º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5F4210 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 66 | 16 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.63 |
| HSL | 37.97º | 0.71% | 0.22% | - |
| HSV(B) | 37.97º | 0.83% | 0.37% | - |
| XYZ | 6.76 | 6.37 | 1.36 | - |
| YUV | 68.97 | 98.11 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 66 | 16 | 0 | 0.31 | 0.83 | 0.63 | 37.97 | 0.71 | 0.22 |
| Hex | 5F | 42 | 10 | 0 | 1F | 53 | 3F | 26 | 47 | 16 |
| Octal | 137 | 102 | 20 | 0 | 37 | 123 | 77 | 46 | 107 | 26 |
| Binary | 1011111 | 1000010 | 10000 | 0 | 11111 | 1010011 | 111111 | 100110 | 1000111 | 10110 |
Color Harmonies of #5F4210
Complementary color
Monochromatic Colors of #5F4210
Black with #5F4210
Text Example
Text Example
White with #5F4210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4210; }
p { color: rgb(95,66,16); }
H1.HeaderClassName
{
color: #5F4210;
}
.AnyTagClassName
{
color: #5F4210;
}
</style>
background-color css
<style>
a { background-color: #5F4210; }
a { background-color: rgb(95,66,16); }
div.DivClassName
{
background-color: #5F4210;
}
.BgClassName
{
background-color: #5F4210;
}
</style>
border-color css
<style>
span { border-color: #5F4210; }
span { border-color: rgb(95,66,16); }
td.TdClassName
{
border-color: #5F4210;
}
.TagClassName
{
border-color: #5F4210;
}
</style>