Shades of Bronze Olive #594C17
Tints of Bronze Olive #594C17
RGB
CMYK
RGB Variations
Color information
#594C17 (or 0x594C17) is known color: Bronze Olive. HEX triplet: 59, 4C and 17. RGB value is (89,76,23). Sum of RGB (Red+Green+Blue) = 89+76+23=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 76 (30.08% from 255 or 40.43% from 188); Blue value is 23 (9.38% from 255 or 12.23% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #594C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594C17 is #A6B3E8. Grayscale: #4A4A4A. Windows color (decimal): -10925033 or 1526873. OLE color: 1526873.
HSL color Cylindrical-coordinate representation of color #594C17: hue angle of 48.18º 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 #594C17 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 76 | 23 | - |
| CMYK | 0 | 0.15 | 0.74 | 0.65 |
| HSL | 48.18º | 0.59% | 0.22% | - |
| HSV(B) | 48.18º | 0.74% | 0.35% | - |
| XYZ | 6.86 | 7.35 | 1.87 | - |
| YUV | 73.85 | 99.31 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 76 | 23 | 0 | 0.15 | 0.74 | 0.65 | 48.18 | 0.59 | 0.22 |
| Hex | 59 | 4C | 17 | 0 | F | 4A | 41 | 30 | 3B | 16 |
| Octal | 131 | 114 | 27 | 0 | 17 | 112 | 101 | 60 | 73 | 26 |
| Binary | 1011001 | 1001100 | 10111 | 0 | 1111 | 1001010 | 1000001 | 110000 | 111011 | 10110 |
Color Harmonies of #594C17
Complementary color
Monochromatic Colors of #594C17
Black with #594C17
Text Example
Text Example
White with #594C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594C17; }
p { color: rgb(89,76,23); }
H1.HeaderClassName
{
color: #594C17;
}
.AnyTagClassName
{
color: #594C17;
}
</style>
background-color css
<style>
a { background-color: #594C17; }
a { background-color: rgb(89,76,23); }
div.DivClassName
{
background-color: #594C17;
}
.BgClassName
{
background-color: #594C17;
}
</style>
border-color css
<style>
span { border-color: #594C17; }
span { border-color: rgb(89,76,23); }
td.TdClassName
{
border-color: #594C17;
}
.TagClassName
{
border-color: #594C17;
}
</style>