Shades of Bronze Olive #594D13
Tints of Bronze Olive #594D13
RGB
CMYK
RGB Variations
Color information
#594D13 (or 0x594D13) is known color: Bronze Olive. HEX triplet: 59, 4D and 13. RGB value is (89,77,19). Sum of RGB (Red+Green+Blue) = 89+77+19=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 77 (30.47% from 255 or 41.62% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #594D13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594D13 is #A6B2EC. Grayscale: #4A4A4A. Windows color (decimal): -10924781 or 1264985. OLE color: 1264985.
HSL color Cylindrical-coordinate representation of color #594D13: hue angle of 49.71º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #594D13 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 77 | 19 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.65 |
| HSL | 49.71º | 0.65% | 0.21% | - |
| HSV(B) | 49.71º | 0.79% | 0.35% | - |
| XYZ | 6.89 | 7.48 | 1.7 | - |
| YUV | 73.98 | 96.98 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 19 | 0 | 0.13 | 0.79 | 0.65 | 49.71 | 0.65 | 0.21 |
| Hex | 59 | 4D | 13 | 0 | D | 4F | 41 | 32 | 41 | 15 |
| Octal | 131 | 115 | 23 | 0 | 15 | 117 | 101 | 62 | 101 | 25 |
| Binary | 1011001 | 1001101 | 10011 | 0 | 1101 | 1001111 | 1000001 | 110010 | 1000001 | 10101 |
Color Harmonies of #594D13
Complementary color
Monochromatic Colors of #594D13
Black with #594D13
Text Example
Text Example
White with #594D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594D13; }
p { color: rgb(89,77,19); }
H1.HeaderClassName
{
color: #594D13;
}
.AnyTagClassName
{
color: #594D13;
}
</style>
background-color css
<style>
a { background-color: #594D13; }
a { background-color: rgb(89,77,19); }
div.DivClassName
{
background-color: #594D13;
}
.BgClassName
{
background-color: #594D13;
}
</style>
border-color css
<style>
span { border-color: #594D13; }
span { border-color: rgb(89,77,19); }
td.TdClassName
{
border-color: #594D13;
}
.TagClassName
{
border-color: #594D13;
}
</style>