Shades of Deep Bronze #59452B
Tints of Deep Bronze #59452B
RGB
CMYK
RGB Variations
Color information
#59452B (or 0x59452B) is known color: Deep Bronze. HEX triplet: 59, 45 and 2B. RGB value is (89,69,43). Sum of RGB (Red+Green+Blue) = 89+69+43=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 89 - color contains mainly: red. Hex color #59452B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59452B is #A6BAD4. Grayscale: #484848. Windows color (decimal): -10926805 or 2835801. OLE color: 2835801.
HSL color Cylindrical-coordinate representation of color #59452B: hue angle of 33.91º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #59452B is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 69 | 43 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.65 |
| HSL | 33.91º | 0.35% | 0.26% | - |
| HSV(B) | 33.91º | 0.52% | 0.35% | - |
| XYZ | 6.68 | 6.55 | 3.2 | - |
| YUV | 72.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 69 | 43 | 0 | 0.22 | 0.52 | 0.65 | 33.91 | 0.35 | 0.26 |
| Hex | 59 | 45 | 2B | 0 | 16 | 34 | 41 | 22 | 23 | 1A |
| Octal | 131 | 105 | 53 | 0 | 26 | 64 | 101 | 42 | 43 | 32 |
| Binary | 1011001 | 1000101 | 101011 | 0 | 10110 | 110100 | 1000001 | 100010 | 100011 | 11010 |
Color Harmonies of #59452B
Complementary color
Monochromatic Colors of #59452B
Black with #59452B
Text Example
Text Example
White with #59452B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59452B; }
p { color: rgb(89,69,43); }
H1.HeaderClassName
{
color: #59452B;
}
.AnyTagClassName
{
color: #59452B;
}
</style>
background-color css
<style>
a { background-color: #59452B; }
a { background-color: rgb(89,69,43); }
div.DivClassName
{
background-color: #59452B;
}
.BgClassName
{
background-color: #59452B;
}
</style>
border-color css
<style>
span { border-color: #59452B; }
span { border-color: rgb(89,69,43); }
td.TdClassName
{
border-color: #59452B;
}
.TagClassName
{
border-color: #59452B;
}
</style>