Shades of Dark Brown #5B4210
Tints of Dark Brown #5B4210
RGB
CMYK
RGB Variations
Color information
#5B4210 (or 0x5B4210) is known color: Dark Brown. HEX triplet: 5B, 42 and 10. RGB value is (91,66,16). Sum of RGB (Red+Green+Blue) = 91+66+16=173 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.60% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B4210 is #A4BDEF. Grayscale: #444444. Windows color (decimal): -10796528 or 1065563. OLE color: 1065563.
HSL color Cylindrical-coordinate representation of color #5B4210: hue angle of 40º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B4210 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 66 | 16 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.64 |
| HSL | 40º | 0.7% | 0.21% | - |
| HSV(B) | 40º | 0.82% | 0.36% | - |
| XYZ | 6.36 | 6.16 | 1.34 | - |
| YUV | 67.78 | 98.78 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 66 | 16 | 0 | 0.27 | 0.82 | 0.64 | 40 | 0.7 | 0.21 |
| Hex | 5B | 42 | 10 | 0 | 1B | 52 | 40 | 28 | 46 | 15 |
| Octal | 133 | 102 | 20 | 0 | 33 | 122 | 100 | 50 | 106 | 25 |
| Binary | 1011011 | 1000010 | 10000 | 0 | 11011 | 1010010 | 1000000 | 101000 | 1000110 | 10101 |
Color Harmonies of #5B4210
Complementary color
Monochromatic Colors of #5B4210
Black with #5B4210
Text Example
Text Example
White with #5B4210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4210; }
p { color: rgb(91,66,16); }
H1.HeaderClassName
{
color: #5B4210;
}
.AnyTagClassName
{
color: #5B4210;
}
</style>
background-color css
<style>
a { background-color: #5B4210; }
a { background-color: rgb(91,66,16); }
div.DivClassName
{
background-color: #5B4210;
}
.BgClassName
{
background-color: #5B4210;
}
</style>
border-color css
<style>
span { border-color: #5B4210; }
span { border-color: rgb(91,66,16); }
td.TdClassName
{
border-color: #5B4210;
}
.TagClassName
{
border-color: #5B4210;
}
</style>