Shades of Very Dark Brown #5B4238
Tints of Very Dark Brown #5B4238
RGB
CMYK
RGB Variations
Color information
#5B4238 (or 0x5B4238) is known color: Very Dark Brown. HEX triplet: 5B, 42 and 38. RGB value is (91,66,56). Sum of RGB (Red+Green+Blue) = 91+66+56=213 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.72% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 56 (22.27% from 255 or 26.29% from 213); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4238 is #A4BDC7. Grayscale: #484848. Windows color (decimal): -10796488 or 3687003. OLE color: 3687003.
HSL color Cylindrical-coordinate representation of color #5B4238: hue angle of 17.14º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B4238 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 66 | 56 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.64 |
| HSL | 17.14º | 0.24% | 0.29% | - |
| HSV(B) | 17.14º | 0.38% | 0.36% | - |
| XYZ | 6.98 | 6.41 | 4.61 | - |
| YUV | 72.34 | 118.78 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 66 | 56 | 0 | 0.27 | 0.38 | 0.64 | 17.14 | 0.24 | 0.29 |
| Hex | 5B | 42 | 38 | 0 | 1B | 26 | 40 | 11 | 18 | 1D |
| Octal | 133 | 102 | 70 | 0 | 33 | 46 | 100 | 21 | 30 | 35 |
| Binary | 1011011 | 1000010 | 111000 | 0 | 11011 | 100110 | 1000000 | 10001 | 11000 | 11101 |
Color Harmonies of #5B4238
Complementary color
Monochromatic Colors of #5B4238
Black with #5B4238
Text Example
Text Example
White with #5B4238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4238; }
p { color: rgb(91,66,56); }
H1.HeaderClassName
{
color: #5B4238;
}
.AnyTagClassName
{
color: #5B4238;
}
</style>
background-color css
<style>
a { background-color: #5B4238; }
a { background-color: rgb(91,66,56); }
div.DivClassName
{
background-color: #5B4238;
}
.BgClassName
{
background-color: #5B4238;
}
</style>
border-color css
<style>
span { border-color: #5B4238; }
span { border-color: rgb(91,66,56); }
td.TdClassName
{
border-color: #5B4238;
}
.TagClassName
{
border-color: #5B4238;
}
</style>