Shades of Bronze Olive #594F0A
Tints of Bronze Olive #594F0A
RGB
CMYK
RGB Variations
Color information
#594F0A (or 0x594F0A) is known color: Bronze Olive. HEX triplet: 59, 4F and 0A. RGB value is (89,79,10). Sum of RGB (Red+Green+Blue) = 89+79+10=178 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50% from 178); Green value is 79 (31.25% from 255 or 44.38% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 89 - color contains mainly: red. Hex color #594F0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594F0A is #A6B0F5. Grayscale: #4A4A4A. Windows color (decimal): -10924278 or 675673. OLE color: 675673.
HSL color Cylindrical-coordinate representation of color #594F0A: hue angle of 52.41º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #594F0A is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 79 | 10 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.65 |
| HSL | 52.41º | 0.8% | 0.19% | - |
| HSV(B) | 52.41º | 0.89% | 0.35% | - |
| XYZ | 6.97 | 7.74 | 1.41 | - |
| YUV | 74.12 | 91.81 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 79 | 10 | 0 | 0.11 | 0.89 | 0.65 | 52.41 | 0.8 | 0.19 |
| Hex | 59 | 4F | A | 0 | B | 59 | 41 | 34 | 50 | 13 |
| Octal | 131 | 117 | 12 | 0 | 13 | 131 | 101 | 64 | 120 | 23 |
| Binary | 1011001 | 1001111 | 1010 | 0 | 1011 | 1011001 | 1000001 | 110100 | 1010000 | 10011 |
Color Harmonies of #594F0A
Complementary color
Monochromatic Colors of #594F0A
Black with #594F0A
Text Example
Text Example
White with #594F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594F0A; }
p { color: rgb(89,79,10); }
H1.HeaderClassName
{
color: #594F0A;
}
.AnyTagClassName
{
color: #594F0A;
}
</style>
background-color css
<style>
a { background-color: #594F0A; }
a { background-color: rgb(89,79,10); }
div.DivClassName
{
background-color: #594F0A;
}
.BgClassName
{
background-color: #594F0A;
}
</style>
border-color css
<style>
span { border-color: #594F0A; }
span { border-color: rgb(89,79,10); }
td.TdClassName
{
border-color: #594F0A;
}
.TagClassName
{
border-color: #594F0A;
}
</style>