Shades of Bronze Olive #594D15
Tints of Bronze Olive #594D15
RGB
CMYK
RGB Variations
Color information
#594D15 (or 0x594D15) is known color: Bronze Olive. HEX triplet: 59, 4D and 15. RGB value is (89,77,21). Sum of RGB (Red+Green+Blue) = 89+77+21=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 77 (30.47% from 255 or 41.18% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 89 - color contains mainly: red. Hex color #594D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594D15 is #A6B2EA. Grayscale: #4A4A4A. Windows color (decimal): -10924779 or 1396057. OLE color: 1396057.
HSL color Cylindrical-coordinate representation of color #594D15: hue angle of 49.41º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #594D15 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 77 | 21 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.65 |
| HSL | 49.41º | 0.62% | 0.22% | - |
| HSV(B) | 49.41º | 0.76% | 0.35% | - |
| XYZ | 6.91 | 7.49 | 1.79 | - |
| YUV | 74.2 | 97.98 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 21 | 0 | 0.13 | 0.76 | 0.65 | 49.41 | 0.62 | 0.22 |
| Hex | 59 | 4D | 15 | 0 | D | 4C | 41 | 31 | 3E | 16 |
| Octal | 131 | 115 | 25 | 0 | 15 | 114 | 101 | 61 | 76 | 26 |
| Binary | 1011001 | 1001101 | 10101 | 0 | 1101 | 1001100 | 1000001 | 110001 | 111110 | 10110 |
Color Harmonies of #594D15
Complementary color
Monochromatic Colors of #594D15
Black with #594D15
Text Example
Text Example
White with #594D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594D15; }
p { color: rgb(89,77,21); }
H1.HeaderClassName
{
color: #594D15;
}
.AnyTagClassName
{
color: #594D15;
}
</style>
background-color css
<style>
a { background-color: #594D15; }
a { background-color: rgb(89,77,21); }
div.DivClassName
{
background-color: #594D15;
}
.BgClassName
{
background-color: #594D15;
}
</style>
border-color css
<style>
span { border-color: #594D15; }
span { border-color: rgb(89,77,21); }
td.TdClassName
{
border-color: #594D15;
}
.TagClassName
{
border-color: #594D15;
}
</style>