Shades of Bronze Olive #594E0C
Tints of Bronze Olive #594E0C
RGB
CMYK
RGB Variations
Color information
#594E0C (or 0x594E0C) is known color: Bronze Olive. HEX triplet: 59, 4E and 0C. RGB value is (89,78,12). Sum of RGB (Red+Green+Blue) = 89+78+12=179 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.72% from 179); Green value is 78 (30.86% from 255 or 43.58% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 89 - color contains mainly: red. Hex color #594E0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594E0C is #A6B1F3. Grayscale: #4A4A4A. Windows color (decimal): -10924532 or 806489. OLE color: 806489.
HSL color Cylindrical-coordinate representation of color #594E0C: hue angle of 51.43º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #594E0C is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 78 | 12 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.65 |
| HSL | 51.43º | 0.76% | 0.2% | - |
| HSV(B) | 51.43º | 0.87% | 0.35% | - |
| XYZ | 6.91 | 7.6 | 1.45 | - |
| YUV | 73.77 | 93.14 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 78 | 12 | 0 | 0.12 | 0.87 | 0.65 | 51.43 | 0.76 | 0.2 |
| Hex | 59 | 4E | C | 0 | C | 57 | 41 | 33 | 4C | 14 |
| Octal | 131 | 116 | 14 | 0 | 14 | 127 | 101 | 63 | 114 | 24 |
| Binary | 1011001 | 1001110 | 1100 | 0 | 1100 | 1010111 | 1000001 | 110011 | 1001100 | 10100 |
Color Harmonies of #594E0C
Complementary color
Monochromatic Colors of #594E0C
Black with #594E0C
Text Example
Text Example
White with #594E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594E0C; }
p { color: rgb(89,78,12); }
H1.HeaderClassName
{
color: #594E0C;
}
.AnyTagClassName
{
color: #594E0C;
}
</style>
background-color css
<style>
a { background-color: #594E0C; }
a { background-color: rgb(89,78,12); }
div.DivClassName
{
background-color: #594E0C;
}
.BgClassName
{
background-color: #594E0C;
}
</style>
border-color css
<style>
span { border-color: #594E0C; }
span { border-color: rgb(89,78,12); }
td.TdClassName
{
border-color: #594E0C;
}
.TagClassName
{
border-color: #594E0C;
}
</style>