Shades of Deep Bronze #59462A
Tints of Deep Bronze #59462A
RGB
CMYK
RGB Variations
Color information
#59462A (or 0x59462A) is known color: Deep Bronze. HEX triplet: 59, 46 and 2A. RGB value is (89,70,42). Sum of RGB (Red+Green+Blue) = 89+70+42=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 89 - color contains mainly: red. Hex color #59462A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59462A is #A6B9D5. Grayscale: #484848. Windows color (decimal): -10926550 or 2770521. OLE color: 2770521.
HSL color Cylindrical-coordinate representation of color #59462A: hue angle of 35.74º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59462A is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 70 | 42 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.65 |
| HSL | 35.74º | 0.36% | 0.26% | - |
| HSV(B) | 35.74º | 0.53% | 0.35% | - |
| XYZ | 6.73 | 6.67 | 3.12 | - |
| YUV | 72.49 | 110.79 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 70 | 42 | 0 | 0.21 | 0.53 | 0.65 | 35.74 | 0.36 | 0.26 |
| Hex | 59 | 46 | 2A | 0 | 15 | 35 | 41 | 24 | 24 | 1A |
| Octal | 131 | 106 | 52 | 0 | 25 | 65 | 101 | 44 | 44 | 32 |
| Binary | 1011001 | 1000110 | 101010 | 0 | 10101 | 110101 | 1000001 | 100100 | 100100 | 11010 |
Color Harmonies of #59462A
Complementary color
Monochromatic Colors of #59462A
Black with #59462A
Text Example
Text Example
White with #59462A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59462A; }
p { color: rgb(89,70,42); }
H1.HeaderClassName
{
color: #59462A;
}
.AnyTagClassName
{
color: #59462A;
}
</style>
background-color css
<style>
a { background-color: #59462A; }
a { background-color: rgb(89,70,42); }
div.DivClassName
{
background-color: #59462A;
}
.BgClassName
{
background-color: #59462A;
}
</style>
border-color css
<style>
span { border-color: #59462A; }
span { border-color: rgb(89,70,42); }
td.TdClassName
{
border-color: #59462A;
}
.TagClassName
{
border-color: #59462A;
}
</style>