Shades of Dark Brown #5F4925
Tints of Dark Brown #5F4925
RGB
CMYK
RGB Variations
Color information
#5F4925 (or 0x5F4925) is known color: Dark Brown. HEX triplet: 5F, 49 and 25. RGB value is (95,73,37). Sum of RGB (Red+Green+Blue) = 95+73+37=205 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.34% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4925 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4925 is #A0B6DA. Grayscale: #4B4B4B. Windows color (decimal): -10532571 or 2443615. OLE color: 2443615.
HSL color Cylindrical-coordinate representation of color #5F4925: hue angle of 37.24º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5F4925 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 73 | 37 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.63 |
| HSL | 37.24º | 0.44% | 0.26% | - |
| HSV(B) | 37.24º | 0.61% | 0.37% | - |
| XYZ | 7.44 | 7.33 | 2.77 | - |
| YUV | 75.47 | 106.29 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 73 | 37 | 0 | 0.23 | 0.61 | 0.63 | 37.24 | 0.44 | 0.26 |
| Hex | 5F | 49 | 25 | 0 | 17 | 3D | 3F | 25 | 2C | 1A |
| Octal | 137 | 111 | 45 | 0 | 27 | 75 | 77 | 45 | 54 | 32 |
| Binary | 1011111 | 1001001 | 100101 | 0 | 10111 | 111101 | 111111 | 100101 | 101100 | 11010 |
Color Harmonies of #5F4925
Complementary color
Monochromatic Colors of #5F4925
Black with #5F4925
Text Example
Text Example
White with #5F4925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4925; }
p { color: rgb(95,73,37); }
H1.HeaderClassName
{
color: #5F4925;
}
.AnyTagClassName
{
color: #5F4925;
}
</style>
background-color css
<style>
a { background-color: #5F4925; }
a { background-color: rgb(95,73,37); }
div.DivClassName
{
background-color: #5F4925;
}
.BgClassName
{
background-color: #5F4925;
}
</style>
border-color css
<style>
span { border-color: #5F4925; }
span { border-color: rgb(95,73,37); }
td.TdClassName
{
border-color: #5F4925;
}
.TagClassName
{
border-color: #5F4925;
}
</style>