Shades of Dark Brown #5F400F
Tints of Dark Brown #5F400F
RGB
CMYK
RGB Variations
Color information
#5F400F (or 0x5F400F) is known color: Dark Brown. HEX triplet: 5F, 40 and 0F. RGB value is (95,64,15). Sum of RGB (Red+Green+Blue) = 95+64+15=174 (23% of max value = 765). Red value is 95 (37.5% from 255 or 54.60% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 15 (6.25% from 255 or 8.62% from 174); Max value from RGB is 95 - color contains mainly: red. Hex color #5F400F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F400F is #A0BFF0. Grayscale: #434343. Windows color (decimal): -10534897 or 999519. OLE color: 999519.
HSL color Cylindrical-coordinate representation of color #5F400F: hue angle of 36.75º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F400F is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 64 | 15 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.63 |
| HSL | 36.75º | 0.73% | 0.22% | - |
| HSV(B) | 36.75º | 0.84% | 0.37% | - |
| XYZ | 6.64 | 6.13 | 1.29 | - |
| YUV | 67.68 | 98.27 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 64 | 15 | 0 | 0.33 | 0.84 | 0.63 | 36.75 | 0.73 | 0.22 |
| Hex | 5F | 40 | F | 0 | 21 | 54 | 3F | 25 | 49 | 16 |
| Octal | 137 | 100 | 17 | 0 | 41 | 124 | 77 | 45 | 111 | 26 |
| Binary | 1011111 | 1000000 | 1111 | 0 | 100001 | 1010100 | 111111 | 100101 | 1001001 | 10110 |
Color Harmonies of #5F400F
Complementary color
Monochromatic Colors of #5F400F
Black with #5F400F
Text Example
Text Example
White with #5F400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F400F; }
p { color: rgb(95,64,15); }
H1.HeaderClassName
{
color: #5F400F;
}
.AnyTagClassName
{
color: #5F400F;
}
</style>
background-color css
<style>
a { background-color: #5F400F; }
a { background-color: rgb(95,64,15); }
div.DivClassName
{
background-color: #5F400F;
}
.BgClassName
{
background-color: #5F400F;
}
</style>
border-color css
<style>
span { border-color: #5F400F; }
span { border-color: rgb(95,64,15); }
td.TdClassName
{
border-color: #5F400F;
}
.TagClassName
{
border-color: #5F400F;
}
</style>