Shades of Very Dark Brown #5F423B
Tints of Very Dark Brown #5F423B
RGB
CMYK
RGB Variations
Color information
#5F423B (or 0x5F423B) is known color: Very Dark Brown. HEX triplet: 5F, 42 and 3B. RGB value is (95,66,59). Sum of RGB (Red+Green+Blue) = 95+66+59=220 (29% of max value = 765). Red value is 95 (37.5% from 255 or 43.18% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 95 - color contains mainly: red. Hex color #5F423B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F423B is #A0BDC4. Grayscale: #494949. Windows color (decimal): -10534341 or 3883615. OLE color: 3883615.
HSL color Cylindrical-coordinate representation of color #5F423B: hue angle of 11.67º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F423B is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 66 | 59 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.63 |
| HSL | 11.67º | 0.23% | 0.3% | - |
| HSV(B) | 11.67º | 0.38% | 0.37% | - |
| XYZ | 7.46 | 6.65 | 5.03 | - |
| YUV | 73.87 | 119.61 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 66 | 59 | 0 | 0.31 | 0.38 | 0.63 | 11.67 | 0.23 | 0.3 |
| Hex | 5F | 42 | 3B | 0 | 1F | 26 | 3F | C | 17 | 1E |
| Octal | 137 | 102 | 73 | 0 | 37 | 46 | 77 | 14 | 27 | 36 |
| Binary | 1011111 | 1000010 | 111011 | 0 | 11111 | 100110 | 111111 | 1100 | 10111 | 11110 |
Color Harmonies of #5F423B
Complementary color
Monochromatic Colors of #5F423B
Black with #5F423B
Text Example
Text Example
White with #5F423B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F423B; }
p { color: rgb(95,66,59); }
H1.HeaderClassName
{
color: #5F423B;
}
.AnyTagClassName
{
color: #5F423B;
}
</style>
background-color css
<style>
a { background-color: #5F423B; }
a { background-color: rgb(95,66,59); }
div.DivClassName
{
background-color: #5F423B;
}
.BgClassName
{
background-color: #5F423B;
}
</style>
border-color css
<style>
span { border-color: #5F423B; }
span { border-color: rgb(95,66,59); }
td.TdClassName
{
border-color: #5F423B;
}
.TagClassName
{
border-color: #5F423B;
}
</style>