Shades of Very Dark Brown #5B4235
Tints of Very Dark Brown #5B4235
RGB
CMYK
RGB Variations
Color information
#5B4235 (or 0x5B4235) is known color: Very Dark Brown. HEX triplet: 5B, 42 and 35. RGB value is (91,66,53). Sum of RGB (Red+Green+Blue) = 91+66+53=210 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.33% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 53 (21.09% from 255 or 25.24% from 210); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4235 is #A4BDCA. Grayscale: #484848. Windows color (decimal): -10796491 or 3490395. OLE color: 3490395.
HSL color Cylindrical-coordinate representation of color #5B4235: hue angle of 20.53º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B4235 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 66 | 53 | - |
| CMYK | 0 | 0.27 | 0.42 | 0.64 |
| HSL | 20.53º | 0.26% | 0.28% | - |
| HSV(B) | 20.53º | 0.42% | 0.36% | - |
| XYZ | 6.91 | 6.38 | 4.24 | - |
| YUV | 71.99 | 117.28 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 66 | 53 | 0 | 0.27 | 0.42 | 0.64 | 20.53 | 0.26 | 0.28 |
| Hex | 5B | 42 | 35 | 0 | 1B | 2A | 40 | 15 | 1A | 1C |
| Octal | 133 | 102 | 65 | 0 | 33 | 52 | 100 | 25 | 32 | 34 |
| Binary | 1011011 | 1000010 | 110101 | 0 | 11011 | 101010 | 1000000 | 10101 | 11010 | 11100 |
Color Harmonies of #5B4235
Complementary color
Monochromatic Colors of #5B4235
Black with #5B4235
Text Example
Text Example
White with #5B4235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4235; }
p { color: rgb(91,66,53); }
H1.HeaderClassName
{
color: #5B4235;
}
.AnyTagClassName
{
color: #5B4235;
}
</style>
background-color css
<style>
a { background-color: #5B4235; }
a { background-color: rgb(91,66,53); }
div.DivClassName
{
background-color: #5B4235;
}
.BgClassName
{
background-color: #5B4235;
}
</style>
border-color css
<style>
span { border-color: #5B4235; }
span { border-color: rgb(91,66,53); }
td.TdClassName
{
border-color: #5B4235;
}
.TagClassName
{
border-color: #5B4235;
}
</style>