Shades of Dark Brown #59421D
Tints of Dark Brown #59421D
RGB
CMYK
RGB Variations
Color information
#59421D (or 0x59421D) is known color: Dark Brown. HEX triplet: 59, 42 and 1D. RGB value is (89,66,29). Sum of RGB (Red+Green+Blue) = 89+66+29=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 29 (11.72% from 255 or 15.76% from 184); Max value from RGB is 89 - color contains mainly: red. Hex color #59421D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59421D is #A6BDE2. Grayscale: #444444. Windows color (decimal): -10927587 or 1917529. OLE color: 1917529.
HSL color Cylindrical-coordinate representation of color #59421D: hue angle of 37º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #59421D is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 66 | 29 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.65 |
| HSL | 37º | 0.51% | 0.23% | - |
| HSV(B) | 37º | 0.67% | 0.35% | - |
| XYZ | 6.29 | 6.11 | 2.01 | - |
| YUV | 68.66 | 105.62 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 66 | 29 | 0 | 0.26 | 0.67 | 0.65 | 37 | 0.51 | 0.23 |
| Hex | 59 | 42 | 1D | 0 | 1A | 43 | 41 | 25 | 33 | 17 |
| Octal | 131 | 102 | 35 | 0 | 32 | 103 | 101 | 45 | 63 | 27 |
| Binary | 1011001 | 1000010 | 11101 | 0 | 11010 | 1000011 | 1000001 | 100101 | 110011 | 10111 |
Color Harmonies of #59421D
Complementary color
Monochromatic Colors of #59421D
Black with #59421D
Text Example
Text Example
White with #59421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59421D; }
p { color: rgb(89,66,29); }
H1.HeaderClassName
{
color: #59421D;
}
.AnyTagClassName
{
color: #59421D;
}
</style>
background-color css
<style>
a { background-color: #59421D; }
a { background-color: rgb(89,66,29); }
div.DivClassName
{
background-color: #59421D;
}
.BgClassName
{
background-color: #59421D;
}
</style>
border-color css
<style>
span { border-color: #59421D; }
span { border-color: rgb(89,66,29); }
td.TdClassName
{
border-color: #59421D;
}
.TagClassName
{
border-color: #59421D;
}
</style>