Shades of Deep Bronze #594223
Tints of Deep Bronze #594223
RGB
CMYK
RGB Variations
Color information
#594223 (or 0x594223) is known color: Deep Bronze. HEX triplet: 59, 42 and 23. RGB value is (89,66,35). Sum of RGB (Red+Green+Blue) = 89+66+35=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 35 (14.06% from 255 or 18.42% from 190); Max value from RGB is 89 - color contains mainly: red. Hex color #594223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594223 is #A6BDDC. Grayscale: #454545. Windows color (decimal): -10927581 or 2310745. OLE color: 2310745.
HSL color Cylindrical-coordinate representation of color #594223: hue angle of 34.44º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #594223 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 66 | 35 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.65 |
| HSL | 34.44º | 0.44% | 0.24% | - |
| HSV(B) | 34.44º | 0.61% | 0.35% | - |
| XYZ | 6.37 | 6.14 | 2.44 | - |
| YUV | 69.34 | 108.62 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 66 | 35 | 0 | 0.26 | 0.61 | 0.65 | 34.44 | 0.44 | 0.24 |
| Hex | 59 | 42 | 23 | 0 | 1A | 3D | 41 | 22 | 2C | 18 |
| Octal | 131 | 102 | 43 | 0 | 32 | 75 | 101 | 42 | 54 | 30 |
| Binary | 1011001 | 1000010 | 100011 | 0 | 11010 | 111101 | 1000001 | 100010 | 101100 | 11000 |
Color Harmonies of #594223
Complementary color
Monochromatic Colors of #594223
Black with #594223
Text Example
Text Example
White with #594223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594223; }
p { color: rgb(89,66,35); }
H1.HeaderClassName
{
color: #594223;
}
.AnyTagClassName
{
color: #594223;
}
</style>
background-color css
<style>
a { background-color: #594223; }
a { background-color: rgb(89,66,35); }
div.DivClassName
{
background-color: #594223;
}
.BgClassName
{
background-color: #594223;
}
</style>
border-color css
<style>
span { border-color: #594223; }
span { border-color: rgb(89,66,35); }
td.TdClassName
{
border-color: #594223;
}
.TagClassName
{
border-color: #594223;
}
</style>