Shades of Bronze Olive #594F05
Tints of Bronze Olive #594F05
RGB
CMYK
RGB Variations
Color information
#594F05 (or 0x594F05) is known color: Bronze Olive. HEX triplet: 59, 4F and 05. RGB value is (89,79,5). Sum of RGB (Red+Green+Blue) = 89+79+5=173 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.45% from 173); Green value is 79 (31.25% from 255 or 45.66% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 89 - color contains mainly: red. Hex color #594F05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594F05 is #A6B0FA. Grayscale: #494949. Windows color (decimal): -10924283 or 347993. OLE color: 347993.
HSL color Cylindrical-coordinate representation of color #594F05: hue angle of 52.86º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #594F05 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 79 | 5 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.65 |
| HSL | 52.86º | 0.89% | 0.18% | - |
| HSV(B) | 52.86º | 0.94% | 0.35% | - |
| XYZ | 6.94 | 7.73 | 1.27 | - |
| YUV | 73.55 | 89.31 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 79 | 5 | 0 | 0.11 | 0.94 | 0.65 | 52.86 | 0.89 | 0.18 |
| Hex | 59 | 4F | 5 | 0 | B | 5E | 41 | 35 | 59 | 12 |
| Octal | 131 | 117 | 5 | 0 | 13 | 136 | 101 | 65 | 131 | 22 |
| Binary | 1011001 | 1001111 | 101 | 0 | 1011 | 1011110 | 1000001 | 110101 | 1011001 | 10010 |
Color Harmonies of #594F05
Complementary color
Monochromatic Colors of #594F05
Black with #594F05
Text Example
Text Example
White with #594F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594F05; }
p { color: rgb(89,79,5); }
H1.HeaderClassName
{
color: #594F05;
}
.AnyTagClassName
{
color: #594F05;
}
</style>
background-color css
<style>
a { background-color: #594F05; }
a { background-color: rgb(89,79,5); }
div.DivClassName
{
background-color: #594F05;
}
.BgClassName
{
background-color: #594F05;
}
</style>
border-color css
<style>
span { border-color: #594F05; }
span { border-color: rgb(89,79,5); }
td.TdClassName
{
border-color: #594F05;
}
.TagClassName
{
border-color: #594F05;
}
</style>