Shades of Bronze Olive #594D17
Tints of Bronze Olive #594D17
RGB
CMYK
RGB Variations
Color information
#594D17 (or 0x594D17) is known color: Bronze Olive. HEX triplet: 59, 4D and 17. RGB value is (89,77,23). Sum of RGB (Red+Green+Blue) = 89+77+23=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 77 (30.47% from 255 or 40.74% from 189); Blue value is 23 (9.38% from 255 or 12.17% from 189); Max value from RGB is 89 - color contains mainly: red. Hex color #594D17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594D17 is #A6B2E8. Grayscale: #4A4A4A. Windows color (decimal): -10924777 or 1527129. OLE color: 1527129.
HSL color Cylindrical-coordinate representation of color #594D17: hue angle of 49.09º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #594D17 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 77 | 23 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.65 |
| HSL | 49.09º | 0.59% | 0.22% | - |
| HSV(B) | 49.09º | 0.74% | 0.35% | - |
| XYZ | 6.93 | 7.49 | 1.89 | - |
| YUV | 74.43 | 98.98 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 23 | 0 | 0.13 | 0.74 | 0.65 | 49.09 | 0.59 | 0.22 |
| Hex | 59 | 4D | 17 | 0 | D | 4A | 41 | 31 | 3B | 16 |
| Octal | 131 | 115 | 27 | 0 | 15 | 112 | 101 | 61 | 73 | 26 |
| Binary | 1011001 | 1001101 | 10111 | 0 | 1101 | 1001010 | 1000001 | 110001 | 111011 | 10110 |
Color Harmonies of #594D17
Complementary color
Monochromatic Colors of #594D17
Black with #594D17
Text Example
Text Example
White with #594D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594D17; }
p { color: rgb(89,77,23); }
H1.HeaderClassName
{
color: #594D17;
}
.AnyTagClassName
{
color: #594D17;
}
</style>
background-color css
<style>
a { background-color: #594D17; }
a { background-color: rgb(89,77,23); }
div.DivClassName
{
background-color: #594D17;
}
.BgClassName
{
background-color: #594D17;
}
</style>
border-color css
<style>
span { border-color: #594D17; }
span { border-color: rgb(89,77,23); }
td.TdClassName
{
border-color: #594D17;
}
.TagClassName
{
border-color: #594D17;
}
</style>