Shades of Very Dark Brown #5F4134
Tints of Very Dark Brown #5F4134
RGB
CMYK
RGB Variations
Color information
#5F4134 (or 0x5F4134) is known color: Very Dark Brown. HEX triplet: 5F, 41 and 34. RGB value is (95,65,52). Sum of RGB (Red+Green+Blue) = 95+65+52=212 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.81% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4134 is #A0BECB. Grayscale: #484848. Windows color (decimal): -10534604 or 3424607. OLE color: 3424607.
HSL color Cylindrical-coordinate representation of color #5F4134: hue angle of 18.14º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5F4134 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 65 | 52 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.63 |
| HSL | 18.14º | 0.29% | 0.29% | - |
| HSV(B) | 18.14º | 0.45% | 0.37% | - |
| XYZ | 7.23 | 6.46 | 4.11 | - |
| YUV | 72.49 | 116.44 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 65 | 52 | 0 | 0.32 | 0.45 | 0.63 | 18.14 | 0.29 | 0.29 |
| Hex | 5F | 41 | 34 | 0 | 20 | 2D | 3F | 12 | 1D | 1D |
| Octal | 137 | 101 | 64 | 0 | 40 | 55 | 77 | 22 | 35 | 35 |
| Binary | 1011111 | 1000001 | 110100 | 0 | 100000 | 101101 | 111111 | 10010 | 11101 | 11101 |
Color Harmonies of #5F4134
Complementary color
Monochromatic Colors of #5F4134
Black with #5F4134
Text Example
Text Example
White with #5F4134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4134; }
p { color: rgb(95,65,52); }
H1.HeaderClassName
{
color: #5F4134;
}
.AnyTagClassName
{
color: #5F4134;
}
</style>
background-color css
<style>
a { background-color: #5F4134; }
a { background-color: rgb(95,65,52); }
div.DivClassName
{
background-color: #5F4134;
}
.BgClassName
{
background-color: #5F4134;
}
</style>
border-color css
<style>
span { border-color: #5F4134; }
span { border-color: rgb(95,65,52); }
td.TdClassName
{
border-color: #5F4134;
}
.TagClassName
{
border-color: #5F4134;
}
</style>