Shades of Very Dark Brown #5F4233
Tints of Very Dark Brown #5F4233
RGB
CMYK
RGB Variations
Color information
#5F4233 (or 0x5F4233) is known color: Very Dark Brown. HEX triplet: 5F, 42 and 33. RGB value is (95,66,51). Sum of RGB (Red+Green+Blue) = 95+66+51=212 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.81% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4233 is #A0BDCC. Grayscale: #494949. Windows color (decimal): -10534349 or 3359327. OLE color: 3359327.
HSL color Cylindrical-coordinate representation of color #5F4233: hue angle of 20.45º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F4233 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 66 | 51 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.63 |
| HSL | 20.45º | 0.3% | 0.29% | - |
| HSV(B) | 20.45º | 0.46% | 0.37% | - |
| XYZ | 7.27 | 6.57 | 4.02 | - |
| YUV | 72.96 | 115.61 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 66 | 51 | 0 | 0.31 | 0.46 | 0.63 | 20.45 | 0.3 | 0.29 |
| Hex | 5F | 42 | 33 | 0 | 1F | 2E | 3F | 14 | 1E | 1D |
| Octal | 137 | 102 | 63 | 0 | 37 | 56 | 77 | 24 | 36 | 35 |
| Binary | 1011111 | 1000010 | 110011 | 0 | 11111 | 101110 | 111111 | 10100 | 11110 | 11101 |
Color Harmonies of #5F4233
Complementary color
Monochromatic Colors of #5F4233
Black with #5F4233
Text Example
Text Example
White with #5F4233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4233; }
p { color: rgb(95,66,51); }
H1.HeaderClassName
{
color: #5F4233;
}
.AnyTagClassName
{
color: #5F4233;
}
</style>
background-color css
<style>
a { background-color: #5F4233; }
a { background-color: rgb(95,66,51); }
div.DivClassName
{
background-color: #5F4233;
}
.BgClassName
{
background-color: #5F4233;
}
</style>
border-color css
<style>
span { border-color: #5F4233; }
span { border-color: rgb(95,66,51); }
td.TdClassName
{
border-color: #5F4233;
}
.TagClassName
{
border-color: #5F4233;
}
</style>