Shades of Dark Brown #59421B
Tints of Dark Brown #59421B
RGB
CMYK
RGB Variations
Color information
#59421B (or 0x59421B) is known color: Dark Brown. HEX triplet: 59, 42 and 1B. RGB value is (89,66,27). Sum of RGB (Red+Green+Blue) = 89+66+27=182 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.90% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 89 - color contains mainly: red. Hex color #59421B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59421B is #A6BDE4. Grayscale: #444444. Windows color (decimal): -10927589 or 1786457. OLE color: 1786457.
HSL color Cylindrical-coordinate representation of color #59421B: hue angle of 37.74º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #59421B is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 66 | 27 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.65 |
| HSL | 37.74º | 0.53% | 0.23% | - |
| HSV(B) | 37.74º | 0.7% | 0.35% | - |
| XYZ | 6.27 | 6.1 | 1.88 | - |
| YUV | 68.43 | 104.62 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 66 | 27 | 0 | 0.26 | 0.70 | 0.65 | 37.74 | 0.53 | 0.23 |
| Hex | 59 | 42 | 1B | 0 | 1A | 46 | 41 | 26 | 35 | 17 |
| Octal | 131 | 102 | 33 | 0 | 32 | 106 | 101 | 46 | 65 | 27 |
| Binary | 1011001 | 1000010 | 11011 | 0 | 11010 | 1000110 | 1000001 | 100110 | 110101 | 10111 |
Color Harmonies of #59421B
Complementary color
Monochromatic Colors of #59421B
Black with #59421B
Text Example
Text Example
White with #59421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59421B; }
p { color: rgb(89,66,27); }
H1.HeaderClassName
{
color: #59421B;
}
.AnyTagClassName
{
color: #59421B;
}
</style>
background-color css
<style>
a { background-color: #59421B; }
a { background-color: rgb(89,66,27); }
div.DivClassName
{
background-color: #59421B;
}
.BgClassName
{
background-color: #59421B;
}
</style>
border-color css
<style>
span { border-color: #59421B; }
span { border-color: rgb(89,66,27); }
td.TdClassName
{
border-color: #59421B;
}
.TagClassName
{
border-color: #59421B;
}
</style>