Shades of Dark Brown #5F4723
Tints of Dark Brown #5F4723
RGB
CMYK
RGB Variations
Color information
#5F4723 (or 0x5F4723) is known color: Dark Brown. HEX triplet: 5F, 47 and 23. RGB value is (95,71,35). Sum of RGB (Red+Green+Blue) = 95+71+35=201 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.26% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 35 (14.06% from 255 or 17.41% from 201); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4723 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4723 is #A0B8DC. Grayscale: #4A4A4A. Windows color (decimal): -10533085 or 2312031. OLE color: 2312031.
HSL color Cylindrical-coordinate representation of color #5F4723: hue angle of 36º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F4723 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 71 | 35 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.63 |
| HSL | 36º | 0.46% | 0.25% | - |
| HSV(B) | 36º | 0.63% | 0.37% | - |
| XYZ | 7.28 | 7.06 | 2.57 | - |
| YUV | 74.07 | 105.95 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 71 | 35 | 0 | 0.25 | 0.63 | 0.63 | 36 | 0.46 | 0.25 |
| Hex | 5F | 47 | 23 | 0 | 19 | 3F | 3F | 24 | 2E | 19 |
| Octal | 137 | 107 | 43 | 0 | 31 | 77 | 77 | 44 | 56 | 31 |
| Binary | 1011111 | 1000111 | 100011 | 0 | 11001 | 111111 | 111111 | 100100 | 101110 | 11001 |
Color Harmonies of #5F4723
Complementary color
Monochromatic Colors of #5F4723
Black with #5F4723
Text Example
Text Example
White with #5F4723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4723; }
p { color: rgb(95,71,35); }
H1.HeaderClassName
{
color: #5F4723;
}
.AnyTagClassName
{
color: #5F4723;
}
</style>
background-color css
<style>
a { background-color: #5F4723; }
a { background-color: rgb(95,71,35); }
div.DivClassName
{
background-color: #5F4723;
}
.BgClassName
{
background-color: #5F4723;
}
</style>
border-color css
<style>
span { border-color: #5F4723; }
span { border-color: rgb(95,71,35); }
td.TdClassName
{
border-color: #5F4723;
}
.TagClassName
{
border-color: #5F4723;
}
</style>