Shades of Bronze Olive #594A19
Tints of Bronze Olive #594A19
RGB
CMYK
RGB Variations
Color information
#594A19 (or 0x594A19) is known color: Bronze Olive. HEX triplet: 59, 4A and 19. RGB value is (89,74,25). Sum of RGB (Red+Green+Blue) = 89+74+25=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 74 (29.30% from 255 or 39.36% from 188); Blue value is 25 (10.16% from 255 or 13.30% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #594A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594A19 is #A6B5E6. Grayscale: #494949. Windows color (decimal): -10925543 or 1657433. OLE color: 1657433.
HSL color Cylindrical-coordinate representation of color #594A19: hue angle of 45.94º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #594A19 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 74 | 25 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.65 |
| HSL | 45.94º | 0.56% | 0.22% | - |
| HSV(B) | 45.94º | 0.72% | 0.35% | - |
| XYZ | 6.74 | 7.09 | 1.93 | - |
| YUV | 72.9 | 100.97 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 74 | 25 | 0 | 0.17 | 0.72 | 0.65 | 45.94 | 0.56 | 0.22 |
| Hex | 59 | 4A | 19 | 0 | 11 | 48 | 41 | 2E | 38 | 16 |
| Octal | 131 | 112 | 31 | 0 | 21 | 110 | 101 | 56 | 70 | 26 |
| Binary | 1011001 | 1001010 | 11001 | 0 | 10001 | 1001000 | 1000001 | 101110 | 111000 | 10110 |
Color Harmonies of #594A19
Complementary color
Monochromatic Colors of #594A19
Black with #594A19
Text Example
Text Example
White with #594A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594A19; }
p { color: rgb(89,74,25); }
H1.HeaderClassName
{
color: #594A19;
}
.AnyTagClassName
{
color: #594A19;
}
</style>
background-color css
<style>
a { background-color: #594A19; }
a { background-color: rgb(89,74,25); }
div.DivClassName
{
background-color: #594A19;
}
.BgClassName
{
background-color: #594A19;
}
</style>
border-color css
<style>
span { border-color: #594A19; }
span { border-color: rgb(89,74,25); }
td.TdClassName
{
border-color: #594A19;
}
.TagClassName
{
border-color: #594A19;
}
</style>