Shades of Bronze Olive #594A18
Tints of Bronze Olive #594A18
RGB
CMYK
RGB Variations
Color information
#594A18 (or 0x594A18) is known color: Bronze Olive. HEX triplet: 59, 4A and 18. RGB value is (89,74,24). Sum of RGB (Red+Green+Blue) = 89+74+24=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 74 (29.30% from 255 or 39.57% from 187); Blue value is 24 (9.77% from 255 or 12.83% from 187); Max value from RGB is 89 - color contains mainly: red. Hex color #594A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594A18 is #A6B5E7. Grayscale: #494949. Windows color (decimal): -10925544 or 1591897. OLE color: 1591897.
HSL color Cylindrical-coordinate representation of color #594A18: hue angle of 46.15º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #594A18 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 74 | 24 | - |
| CMYK | 0 | 0.17 | 0.73 | 0.65 |
| HSL | 46.15º | 0.58% | 0.22% | - |
| HSV(B) | 46.15º | 0.73% | 0.35% | - |
| XYZ | 6.73 | 7.09 | 1.88 | - |
| YUV | 72.79 | 100.47 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 74 | 24 | 0 | 0.17 | 0.73 | 0.65 | 46.15 | 0.58 | 0.22 |
| Hex | 59 | 4A | 18 | 0 | 11 | 49 | 41 | 2E | 3A | 16 |
| Octal | 131 | 112 | 30 | 0 | 21 | 111 | 101 | 56 | 72 | 26 |
| Binary | 1011001 | 1001010 | 11000 | 0 | 10001 | 1001001 | 1000001 | 101110 | 111010 | 10110 |
Color Harmonies of #594A18
Complementary color
Monochromatic Colors of #594A18
Black with #594A18
Text Example
Text Example
White with #594A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594A18; }
p { color: rgb(89,74,24); }
H1.HeaderClassName
{
color: #594A18;
}
.AnyTagClassName
{
color: #594A18;
}
</style>
background-color css
<style>
a { background-color: #594A18; }
a { background-color: rgb(89,74,24); }
div.DivClassName
{
background-color: #594A18;
}
.BgClassName
{
background-color: #594A18;
}
</style>
border-color css
<style>
span { border-color: #594A18; }
span { border-color: rgb(89,74,24); }
td.TdClassName
{
border-color: #594A18;
}
.TagClassName
{
border-color: #594A18;
}
</style>