Shades of Very Dark Brown #5F402F
Tints of Very Dark Brown #5F402F
RGB
CMYK
RGB Variations
Color information
#5F402F (or 0x5F402F) is known color: Very Dark Brown. HEX triplet: 5F, 40 and 2F. RGB value is (95,64,47). Sum of RGB (Red+Green+Blue) = 95+64+47=206 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.12% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 95 - color contains mainly: red. Hex color #5F402F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F402F is #A0BFD0. Grayscale: #474747. Windows color (decimal): -10534865 or 3096671. OLE color: 3096671.
HSL color Cylindrical-coordinate representation of color #5F402F: hue angle of 21.25º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5F402F is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 64 | 47 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.63 |
| HSL | 21.25º | 0.34% | 0.28% | - |
| HSV(B) | 21.25º | 0.51% | 0.37% | - |
| XYZ | 7.07 | 6.3 | 3.53 | - |
| YUV | 71.33 | 114.27 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 64 | 47 | 0 | 0.33 | 0.51 | 0.63 | 21.25 | 0.34 | 0.28 |
| Hex | 5F | 40 | 2F | 0 | 21 | 33 | 3F | 15 | 22 | 1C |
| Octal | 137 | 100 | 57 | 0 | 41 | 63 | 77 | 25 | 42 | 34 |
| Binary | 1011111 | 1000000 | 101111 | 0 | 100001 | 110011 | 111111 | 10101 | 100010 | 11100 |
Color Harmonies of #5F402F
Complementary color
Monochromatic Colors of #5F402F
Black with #5F402F
Text Example
Text Example
White with #5F402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F402F; }
p { color: rgb(95,64,47); }
H1.HeaderClassName
{
color: #5F402F;
}
.AnyTagClassName
{
color: #5F402F;
}
</style>
background-color css
<style>
a { background-color: #5F402F; }
a { background-color: rgb(95,64,47); }
div.DivClassName
{
background-color: #5F402F;
}
.BgClassName
{
background-color: #5F402F;
}
</style>
border-color css
<style>
span { border-color: #5F402F; }
span { border-color: rgb(95,64,47); }
td.TdClassName
{
border-color: #5F402F;
}
.TagClassName
{
border-color: #5F402F;
}
</style>