Shades of Bronze Olive #594F11
Tints of Bronze Olive #594F11
RGB
CMYK
RGB Variations
Color information
#594F11 (or 0x594F11) is known color: Bronze Olive. HEX triplet: 59, 4F and 11. RGB value is (89,79,17). Sum of RGB (Red+Green+Blue) = 89+79+17=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 79 (31.25% from 255 or 42.70% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #594F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594F11 is #A6B0EE. Grayscale: #4B4B4B. Windows color (decimal): -10924271 or 1134425. OLE color: 1134425.
HSL color Cylindrical-coordinate representation of color #594F11: hue angle of 51.67º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #594F11 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 79 | 17 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.65 |
| HSL | 51.67º | 0.68% | 0.21% | - |
| HSV(B) | 51.67º | 0.81% | 0.35% | - |
| XYZ | 7.02 | 7.76 | 1.66 | - |
| YUV | 74.92 | 95.31 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 79 | 17 | 0 | 0.11 | 0.81 | 0.65 | 51.67 | 0.68 | 0.21 |
| Hex | 59 | 4F | 11 | 0 | B | 51 | 41 | 34 | 44 | 15 |
| Octal | 131 | 117 | 21 | 0 | 13 | 121 | 101 | 64 | 104 | 25 |
| Binary | 1011001 | 1001111 | 10001 | 0 | 1011 | 1010001 | 1000001 | 110100 | 1000100 | 10101 |
Color Harmonies of #594F11
Complementary color
Monochromatic Colors of #594F11
Black with #594F11
Text Example
Text Example
White with #594F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594F11; }
p { color: rgb(89,79,17); }
H1.HeaderClassName
{
color: #594F11;
}
.AnyTagClassName
{
color: #594F11;
}
</style>
background-color css
<style>
a { background-color: #594F11; }
a { background-color: rgb(89,79,17); }
div.DivClassName
{
background-color: #594F11;
}
.BgClassName
{
background-color: #594F11;
}
</style>
border-color css
<style>
span { border-color: #594F11; }
span { border-color: rgb(89,79,17); }
td.TdClassName
{
border-color: #594F11;
}
.TagClassName
{
border-color: #594F11;
}
</style>