Shades of Dark Brown #5F451E
Tints of Dark Brown #5F451E
RGB
CMYK
RGB Variations
Color information
#5F451E (or 0x5F451E) is known color: Dark Brown. HEX triplet: 5F, 45 and 1E. RGB value is (95,69,30). Sum of RGB (Red+Green+Blue) = 95+69+30=194 (25% of max value = 765). Red value is 95 (37.5% from 255 or 48.97% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 95 - color contains mainly: red. Hex color #5F451E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F451E is #A0BAE1. Grayscale: #484848. Windows color (decimal): -10533602 or 1983839. OLE color: 1983839.
HSL color Cylindrical-coordinate representation of color #5F451E: hue angle of 36º 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 #5F451E is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 69 | 30 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.63 |
| HSL | 36º | 0.52% | 0.25% | - |
| HSV(B) | 36º | 0.68% | 0.37% | - |
| XYZ | 7.08 | 6.78 | 2.16 | - |
| YUV | 72.33 | 104.11 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 69 | 30 | 0 | 0.27 | 0.68 | 0.63 | 36 | 0.52 | 0.25 |
| Hex | 5F | 45 | 1E | 0 | 1B | 44 | 3F | 24 | 34 | 19 |
| Octal | 137 | 105 | 36 | 0 | 33 | 104 | 77 | 44 | 64 | 31 |
| Binary | 1011111 | 1000101 | 11110 | 0 | 11011 | 1000100 | 111111 | 100100 | 110100 | 11001 |
Color Harmonies of #5F451E
Complementary color
Monochromatic Colors of #5F451E
Black with #5F451E
Text Example
Text Example
White with #5F451E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F451E; }
p { color: rgb(95,69,30); }
H1.HeaderClassName
{
color: #5F451E;
}
.AnyTagClassName
{
color: #5F451E;
}
</style>
background-color css
<style>
a { background-color: #5F451E; }
a { background-color: rgb(95,69,30); }
div.DivClassName
{
background-color: #5F451E;
}
.BgClassName
{
background-color: #5F451E;
}
</style>
border-color css
<style>
span { border-color: #5F451E; }
span { border-color: rgb(95,69,30); }
td.TdClassName
{
border-color: #5F451E;
}
.TagClassName
{
border-color: #5F451E;
}
</style>