Shades of Deep Bronze #59462D
Tints of Deep Bronze #59462D
RGB
CMYK
RGB Variations
Color information
#59462D (or 0x59462D) is known color: Deep Bronze. HEX triplet: 59, 46 and 2D. RGB value is (89,70,45). Sum of RGB (Red+Green+Blue) = 89+70+45=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 89 - color contains mainly: red. Hex color #59462D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59462D is #A6B9D2. Grayscale: #484848. Windows color (decimal): -10926547 or 2967129. OLE color: 2967129.
HSL color Cylindrical-coordinate representation of color #59462D: hue angle of 34.09º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59462D is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 70 | 45 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.65 |
| HSL | 34.09º | 0.33% | 0.26% | - |
| HSV(B) | 34.09º | 0.49% | 0.35% | - |
| XYZ | 6.78 | 6.69 | 3.42 | - |
| YUV | 72.83 | 112.29 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 70 | 45 | 0 | 0.21 | 0.49 | 0.65 | 34.09 | 0.33 | 0.26 |
| Hex | 59 | 46 | 2D | 0 | 15 | 31 | 41 | 22 | 21 | 1A |
| Octal | 131 | 106 | 55 | 0 | 25 | 61 | 101 | 42 | 41 | 32 |
| Binary | 1011001 | 1000110 | 101101 | 0 | 10101 | 110001 | 1000001 | 100010 | 100001 | 11010 |
Color Harmonies of #59462D
Complementary color
Monochromatic Colors of #59462D
Black with #59462D
Text Example
Text Example
White with #59462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59462D; }
p { color: rgb(89,70,45); }
H1.HeaderClassName
{
color: #59462D;
}
.AnyTagClassName
{
color: #59462D;
}
</style>
background-color css
<style>
a { background-color: #59462D; }
a { background-color: rgb(89,70,45); }
div.DivClassName
{
background-color: #59462D;
}
.BgClassName
{
background-color: #59462D;
}
</style>
border-color css
<style>
span { border-color: #59462D; }
span { border-color: rgb(89,70,45); }
td.TdClassName
{
border-color: #59462D;
}
.TagClassName
{
border-color: #59462D;
}
</style>