Shades of Bronze Olive #594E06
Tints of Bronze Olive #594E06
RGB
CMYK
RGB Variations
Color information
#594E06 (or 0x594E06) is known color: Bronze Olive. HEX triplet: 59, 4E and 06. RGB value is (89,78,6). Sum of RGB (Red+Green+Blue) = 89+78+6=173 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.45% from 173); Green value is 78 (30.86% from 255 or 45.09% from 173); Blue value is 6 (2.73% from 255 or 3.47% from 173); Max value from RGB is 89 - color contains mainly: red. Hex color #594E06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594E06 is #A6B1F9. Grayscale: #494949. Windows color (decimal): -10924538 or 413273. OLE color: 413273.
HSL color Cylindrical-coordinate representation of color #594E06: hue angle of 52.05º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #594E06 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 78 | 6 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.65 |
| HSL | 52.05º | 0.87% | 0.19% | - |
| HSV(B) | 52.05º | 0.93% | 0.35% | - |
| XYZ | 6.88 | 7.59 | 1.27 | - |
| YUV | 73.08 | 90.14 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 78 | 6 | 0 | 0.12 | 0.93 | 0.65 | 52.05 | 0.87 | 0.19 |
| Hex | 59 | 4E | 6 | 0 | C | 5D | 41 | 34 | 57 | 13 |
| Octal | 131 | 116 | 6 | 0 | 14 | 135 | 101 | 64 | 127 | 23 |
| Binary | 1011001 | 1001110 | 110 | 0 | 1100 | 1011101 | 1000001 | 110100 | 1010111 | 10011 |
Color Harmonies of #594E06
Complementary color
Monochromatic Colors of #594E06
Black with #594E06
Text Example
Text Example
White with #594E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594E06; }
p { color: rgb(89,78,6); }
H1.HeaderClassName
{
color: #594E06;
}
.AnyTagClassName
{
color: #594E06;
}
</style>
background-color css
<style>
a { background-color: #594E06; }
a { background-color: rgb(89,78,6); }
div.DivClassName
{
background-color: #594E06;
}
.BgClassName
{
background-color: #594E06;
}
</style>
border-color css
<style>
span { border-color: #594E06; }
span { border-color: rgb(89,78,6); }
td.TdClassName
{
border-color: #594E06;
}
.TagClassName
{
border-color: #594E06;
}
</style>