Shades of Bronze Olive #594A24
Tints of Bronze Olive #594A24
RGB
CMYK
RGB Variations
Color information
#594A24 (or 0x594A24) is known color: Bronze Olive. HEX triplet: 59, 4A and 24. RGB value is (89,74,36). Sum of RGB (Red+Green+Blue) = 89+74+36=199 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.72% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 36 (14.45% from 255 or 18.09% from 199); Max value from RGB is 89 - color contains mainly: red. Hex color #594A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594A24 is #A6B5DB. Grayscale: #4A4A4A. Windows color (decimal): -10925532 or 2378329. OLE color: 2378329.
HSL color Cylindrical-coordinate representation of color #594A24: hue angle of 43.02º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #594A24 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 74 | 36 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.65 |
| HSL | 43.02º | 0.42% | 0.25% | - |
| HSV(B) | 43.02º | 0.6% | 0.35% | - |
| XYZ | 6.89 | 7.15 | 2.69 | - |
| YUV | 74.15 | 106.47 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 74 | 36 | 0 | 0.17 | 0.60 | 0.65 | 43.02 | 0.42 | 0.25 |
| Hex | 59 | 4A | 24 | 0 | 11 | 3C | 41 | 2B | 2A | 19 |
| Octal | 131 | 112 | 44 | 0 | 21 | 74 | 101 | 53 | 52 | 31 |
| Binary | 1011001 | 1001010 | 100100 | 0 | 10001 | 111100 | 1000001 | 101011 | 101010 | 11001 |
Color Harmonies of #594A24
Complementary color
Monochromatic Colors of #594A24
Black with #594A24
Text Example
Text Example
White with #594A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594A24; }
p { color: rgb(89,74,36); }
H1.HeaderClassName
{
color: #594A24;
}
.AnyTagClassName
{
color: #594A24;
}
</style>
background-color css
<style>
a { background-color: #594A24; }
a { background-color: rgb(89,74,36); }
div.DivClassName
{
background-color: #594A24;
}
.BgClassName
{
background-color: #594A24;
}
</style>
border-color css
<style>
span { border-color: #594A24; }
span { border-color: rgb(89,74,36); }
td.TdClassName
{
border-color: #594A24;
}
.TagClassName
{
border-color: #594A24;
}
</style>