Shades of Bronze Olive #594F0E
Tints of Bronze Olive #594F0E
RGB
CMYK
RGB Variations
Color information
#594F0E (or 0x594F0E) is known color: Bronze Olive. HEX triplet: 59, 4F and 0E. RGB value is (89,79,14). Sum of RGB (Red+Green+Blue) = 89+79+14=182 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.90% from 182); Green value is 79 (31.25% from 255 or 43.41% from 182); Blue value is 14 (5.86% from 255 or 7.69% from 182); Max value from RGB is 89 - color contains mainly: red. Hex color #594F0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594F0E is #A6B0F1. Grayscale: #4A4A4A. Windows color (decimal): -10924274 or 937817. OLE color: 937817.
HSL color Cylindrical-coordinate representation of color #594F0E: hue angle of 52º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #594F0E is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 79 | 14 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.65 |
| HSL | 52º | 0.73% | 0.2% | - |
| HSV(B) | 52º | 0.84% | 0.35% | - |
| XYZ | 7 | 7.75 | 1.54 | - |
| YUV | 74.58 | 93.81 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 79 | 14 | 0 | 0.11 | 0.84 | 0.65 | 52 | 0.73 | 0.2 |
| Hex | 59 | 4F | E | 0 | B | 54 | 41 | 34 | 49 | 14 |
| Octal | 131 | 117 | 16 | 0 | 13 | 124 | 101 | 64 | 111 | 24 |
| Binary | 1011001 | 1001111 | 1110 | 0 | 1011 | 1010100 | 1000001 | 110100 | 1001001 | 10100 |
Color Harmonies of #594F0E
Complementary color
Monochromatic Colors of #594F0E
Black with #594F0E
Text Example
Text Example
White with #594F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594F0E; }
p { color: rgb(89,79,14); }
H1.HeaderClassName
{
color: #594F0E;
}
.AnyTagClassName
{
color: #594F0E;
}
</style>
background-color css
<style>
a { background-color: #594F0E; }
a { background-color: rgb(89,79,14); }
div.DivClassName
{
background-color: #594F0E;
}
.BgClassName
{
background-color: #594F0E;
}
</style>
border-color css
<style>
span { border-color: #594F0E; }
span { border-color: rgb(89,79,14); }
td.TdClassName
{
border-color: #594F0E;
}
.TagClassName
{
border-color: #594F0E;
}
</style>