Shades of Dark Brown #5F441E
Tints of Dark Brown #5F441E
RGB
CMYK
RGB Variations
Color information
#5F441E (or 0x5F441E) is known color: Dark Brown. HEX triplet: 5F, 44 and 1E. RGB value is (95,68,30). Sum of RGB (Red+Green+Blue) = 95+68+30=193 (25% of max value = 765). Red value is 95 (37.5% from 255 or 49.22% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 95 - color contains mainly: red. Hex color #5F441E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F441E is #A0BBE1. Grayscale: #474747. Windows color (decimal): -10533858 or 1983583. OLE color: 1983583.
HSL color Cylindrical-coordinate representation of color #5F441E: hue angle of 35.08º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5F441E is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 68 | 30 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.63 |
| HSL | 35.08º | 0.52% | 0.25% | - |
| HSV(B) | 35.08º | 0.68% | 0.37% | - |
| XYZ | 7.02 | 6.66 | 2.14 | - |
| YUV | 71.74 | 104.45 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 68 | 30 | 0 | 0.28 | 0.68 | 0.63 | 35.08 | 0.52 | 0.25 |
| Hex | 5F | 44 | 1E | 0 | 1C | 44 | 3F | 23 | 34 | 19 |
| Octal | 137 | 104 | 36 | 0 | 34 | 104 | 77 | 43 | 64 | 31 |
| Binary | 1011111 | 1000100 | 11110 | 0 | 11100 | 1000100 | 111111 | 100011 | 110100 | 11001 |
Color Harmonies of #5F441E
Complementary color
Monochromatic Colors of #5F441E
Black with #5F441E
Text Example
Text Example
White with #5F441E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F441E; }
p { color: rgb(95,68,30); }
H1.HeaderClassName
{
color: #5F441E;
}
.AnyTagClassName
{
color: #5F441E;
}
</style>
background-color css
<style>
a { background-color: #5F441E; }
a { background-color: rgb(95,68,30); }
div.DivClassName
{
background-color: #5F441E;
}
.BgClassName
{
background-color: #5F441E;
}
</style>
border-color css
<style>
span { border-color: #5F441E; }
span { border-color: rgb(95,68,30); }
td.TdClassName
{
border-color: #5F441E;
}
.TagClassName
{
border-color: #5F441E;
}
</style>