Shades of Deep Bronze #59442C
Tints of Deep Bronze #59442C
RGB
CMYK
RGB Variations
Color information
#59442C (or 0x59442C) is known color: Deep Bronze. HEX triplet: 59, 44 and 2C. RGB value is (89,68,44). Sum of RGB (Red+Green+Blue) = 89+68+44=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 89 - color contains mainly: red. Hex color #59442C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59442C is #A6BBD3. Grayscale: #474747. Windows color (decimal): -10927060 or 2901081. OLE color: 2901081.
HSL color Cylindrical-coordinate representation of color #59442C: hue angle of 32º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #59442C is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 68 | 44 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.65 |
| HSL | 32º | 0.34% | 0.26% | - |
| HSV(B) | 32º | 0.51% | 0.35% | - |
| XYZ | 6.64 | 6.44 | 3.28 | - |
| YUV | 71.54 | 112.46 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 68 | 44 | 0 | 0.24 | 0.51 | 0.65 | 32 | 0.34 | 0.26 |
| Hex | 59 | 44 | 2C | 0 | 18 | 33 | 41 | 20 | 22 | 1A |
| Octal | 131 | 104 | 54 | 0 | 30 | 63 | 101 | 40 | 42 | 32 |
| Binary | 1011001 | 1000100 | 101100 | 0 | 11000 | 110011 | 1000001 | 100000 | 100010 | 11010 |
Color Harmonies of #59442C
Complementary color
Monochromatic Colors of #59442C
Black with #59442C
Text Example
Text Example
White with #59442C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59442C; }
p { color: rgb(89,68,44); }
H1.HeaderClassName
{
color: #59442C;
}
.AnyTagClassName
{
color: #59442C;
}
</style>
background-color css
<style>
a { background-color: #59442C; }
a { background-color: rgb(89,68,44); }
div.DivClassName
{
background-color: #59442C;
}
.BgClassName
{
background-color: #59442C;
}
</style>
border-color css
<style>
span { border-color: #59442C; }
span { border-color: rgb(89,68,44); }
td.TdClassName
{
border-color: #59442C;
}
.TagClassName
{
border-color: #59442C;
}
</style>