Shades of Very Dark Brown #5B4239
Tints of Very Dark Brown #5B4239
RGB
CMYK
RGB Variations
Color information
#5B4239 (or 0x5B4239) is known color: Very Dark Brown. HEX triplet: 5B, 42 and 39. RGB value is (91,66,57). Sum of RGB (Red+Green+Blue) = 91+66+57=214 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.52% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 57 (22.66% from 255 or 26.64% from 214); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4239 is #A4BDC6. Grayscale: #484848. Windows color (decimal): -10796487 or 3752539. OLE color: 3752539.
HSL color Cylindrical-coordinate representation of color #5B4239: hue angle of 15.88º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B4239 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 66 | 57 | - |
| CMYK | 0 | 0.27 | 0.37 | 0.64 |
| HSL | 15.88º | 0.23% | 0.29% | - |
| HSV(B) | 15.88º | 0.37% | 0.36% | - |
| XYZ | 7 | 6.42 | 4.74 | - |
| YUV | 72.45 | 119.28 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 66 | 57 | 0 | 0.27 | 0.37 | 0.64 | 15.88 | 0.23 | 0.29 |
| Hex | 5B | 42 | 39 | 0 | 1B | 25 | 40 | 10 | 17 | 1D |
| Octal | 133 | 102 | 71 | 0 | 33 | 45 | 100 | 20 | 27 | 35 |
| Binary | 1011011 | 1000010 | 111001 | 0 | 11011 | 100101 | 1000000 | 10000 | 10111 | 11101 |
Color Harmonies of #5B4239
Complementary color
Monochromatic Colors of #5B4239
Black with #5B4239
Text Example
Text Example
White with #5B4239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4239; }
p { color: rgb(91,66,57); }
H1.HeaderClassName
{
color: #5B4239;
}
.AnyTagClassName
{
color: #5B4239;
}
</style>
background-color css
<style>
a { background-color: #5B4239; }
a { background-color: rgb(91,66,57); }
div.DivClassName
{
background-color: #5B4239;
}
.BgClassName
{
background-color: #5B4239;
}
</style>
border-color css
<style>
span { border-color: #5B4239; }
span { border-color: rgb(91,66,57); }
td.TdClassName
{
border-color: #5B4239;
}
.TagClassName
{
border-color: #5B4239;
}
</style>