Shades of Very Dark Brown #5B4236
Tints of Very Dark Brown #5B4236
RGB
CMYK
RGB Variations
Color information
#5B4236 (or 0x5B4236) is known color: Very Dark Brown. HEX triplet: 5B, 42 and 36. RGB value is (91,66,54). Sum of RGB (Red+Green+Blue) = 91+66+54=211 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.13% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 54 (21.48% from 255 or 25.59% from 211); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4236 is #A4BDC9. Grayscale: #484848. Windows color (decimal): -10796490 or 3555931. OLE color: 3555931.
HSL color Cylindrical-coordinate representation of color #5B4236: hue angle of 19.46º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B4236 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 66 | 54 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.64 |
| HSL | 19.46º | 0.26% | 0.28% | - |
| HSV(B) | 19.46º | 0.41% | 0.36% | - |
| XYZ | 6.93 | 6.39 | 4.36 | - |
| YUV | 72.11 | 117.78 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 66 | 54 | 0 | 0.27 | 0.41 | 0.64 | 19.46 | 0.26 | 0.28 |
| Hex | 5B | 42 | 36 | 0 | 1B | 29 | 40 | 13 | 1A | 1C |
| Octal | 133 | 102 | 66 | 0 | 33 | 51 | 100 | 23 | 32 | 34 |
| Binary | 1011011 | 1000010 | 110110 | 0 | 11011 | 101001 | 1000000 | 10011 | 11010 | 11100 |
Color Harmonies of #5B4236
Complementary color
Monochromatic Colors of #5B4236
Black with #5B4236
Text Example
Text Example
White with #5B4236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4236; }
p { color: rgb(91,66,54); }
H1.HeaderClassName
{
color: #5B4236;
}
.AnyTagClassName
{
color: #5B4236;
}
</style>
background-color css
<style>
a { background-color: #5B4236; }
a { background-color: rgb(91,66,54); }
div.DivClassName
{
background-color: #5B4236;
}
.BgClassName
{
background-color: #5B4236;
}
</style>
border-color css
<style>
span { border-color: #5B4236; }
span { border-color: rgb(91,66,54); }
td.TdClassName
{
border-color: #5B4236;
}
.TagClassName
{
border-color: #5B4236;
}
</style>