Shades of Dark Brown #5F4019
Tints of Dark Brown #5F4019
RGB
CMYK
RGB Variations
Color information
#5F4019 (or 0x5F4019) is known color: Dark Brown. HEX triplet: 5F, 40 and 19. RGB value is (95,64,25). Sum of RGB (Red+Green+Blue) = 95+64+25=184 (24% of max value = 765). Red value is 95 (37.5% from 255 or 51.63% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 25 (10.16% from 255 or 13.59% from 184); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F4019 is #A0BFE6. Grayscale: #454545. Windows color (decimal): -10534887 or 1654879. OLE color: 1654879.
HSL color Cylindrical-coordinate representation of color #5F4019: hue angle of 33.43º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5F4019 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 64 | 25 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.63 |
| HSL | 33.43º | 0.58% | 0.24% | - |
| HSV(B) | 33.43º | 0.74% | 0.37% | - |
| XYZ | 6.73 | 6.17 | 1.76 | - |
| YUV | 68.82 | 103.27 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 64 | 25 | 0 | 0.33 | 0.74 | 0.63 | 33.43 | 0.58 | 0.24 |
| Hex | 5F | 40 | 19 | 0 | 21 | 4A | 3F | 21 | 3A | 18 |
| Octal | 137 | 100 | 31 | 0 | 41 | 112 | 77 | 41 | 72 | 30 |
| Binary | 1011111 | 1000000 | 11001 | 0 | 100001 | 1001010 | 111111 | 100001 | 111010 | 11000 |
Color Harmonies of #5F4019
Complementary color
Monochromatic Colors of #5F4019
Black with #5F4019
Text Example
Text Example
White with #5F4019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4019; }
p { color: rgb(95,64,25); }
H1.HeaderClassName
{
color: #5F4019;
}
.AnyTagClassName
{
color: #5F4019;
}
</style>
background-color css
<style>
a { background-color: #5F4019; }
a { background-color: rgb(95,64,25); }
div.DivClassName
{
background-color: #5F4019;
}
.BgClassName
{
background-color: #5F4019;
}
</style>
border-color css
<style>
span { border-color: #5F4019; }
span { border-color: rgb(95,64,25); }
td.TdClassName
{
border-color: #5F4019;
}
.TagClassName
{
border-color: #5F4019;
}
</style>