Shades of Dark Brown #5B420E
Tints of Dark Brown #5B420E
RGB
CMYK
RGB Variations
Color information
#5B420E (or 0x5B420E) is known color: Dark Brown. HEX triplet: 5B, 42 and 0E. RGB value is (91,66,14). Sum of RGB (Red+Green+Blue) = 91+66+14=171 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.22% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 14 (5.86% from 255 or 8.19% from 171); Max value from RGB is 91 - color contains mainly: red. Hex color #5B420E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B420E is #A4BDF1. Grayscale: #434343. Windows color (decimal): -10796530 or 934491. OLE color: 934491.
HSL color Cylindrical-coordinate representation of color #5B420E: hue angle of 40.52º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B420E is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 66 | 14 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.64 |
| HSL | 40.52º | 0.73% | 0.21% | - |
| HSV(B) | 40.52º | 0.85% | 0.36% | - |
| XYZ | 6.34 | 6.15 | 1.27 | - |
| YUV | 67.55 | 97.78 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 66 | 14 | 0 | 0.27 | 0.85 | 0.64 | 40.52 | 0.73 | 0.21 |
| Hex | 5B | 42 | E | 0 | 1B | 55 | 40 | 29 | 49 | 15 |
| Octal | 133 | 102 | 16 | 0 | 33 | 125 | 100 | 51 | 111 | 25 |
| Binary | 1011011 | 1000010 | 1110 | 0 | 11011 | 1010101 | 1000000 | 101001 | 1001001 | 10101 |
Color Harmonies of #5B420E
Complementary color
Monochromatic Colors of #5B420E
Black with #5B420E
Text Example
Text Example
White with #5B420E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B420E; }
p { color: rgb(91,66,14); }
H1.HeaderClassName
{
color: #5B420E;
}
.AnyTagClassName
{
color: #5B420E;
}
</style>
background-color css
<style>
a { background-color: #5B420E; }
a { background-color: rgb(91,66,14); }
div.DivClassName
{
background-color: #5B420E;
}
.BgClassName
{
background-color: #5B420E;
}
</style>
border-color css
<style>
span { border-color: #5B420E; }
span { border-color: rgb(91,66,14); }
td.TdClassName
{
border-color: #5B420E;
}
.TagClassName
{
border-color: #5B420E;
}
</style>