Shades of Bronze Olive #594C12
Tints of Bronze Olive #594C12
RGB
CMYK
RGB Variations
Color information
#594C12 (or 0x594C12) is known color: Bronze Olive. HEX triplet: 59, 4C and 12. RGB value is (89,76,18). Sum of RGB (Red+Green+Blue) = 89+76+18=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 76 (30.08% from 255 or 41.53% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 89 - color contains mainly: red. Hex color #594C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594C12 is #A6B3ED. Grayscale: #494949. Windows color (decimal): -10925038 or 1199193. OLE color: 1199193.
HSL color Cylindrical-coordinate representation of color #594C12: hue angle of 49.01º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #594C12 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 76 | 18 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.65 |
| HSL | 49.01º | 0.66% | 0.21% | - |
| HSV(B) | 49.01º | 0.8% | 0.35% | - |
| XYZ | 6.81 | 7.34 | 1.63 | - |
| YUV | 73.28 | 96.81 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 76 | 18 | 0 | 0.15 | 0.80 | 0.65 | 49.01 | 0.66 | 0.21 |
| Hex | 59 | 4C | 12 | 0 | F | 50 | 41 | 31 | 42 | 15 |
| Octal | 131 | 114 | 22 | 0 | 17 | 120 | 101 | 61 | 102 | 25 |
| Binary | 1011001 | 1001100 | 10010 | 0 | 1111 | 1010000 | 1000001 | 110001 | 1000010 | 10101 |
Color Harmonies of #594C12
Complementary color
Monochromatic Colors of #594C12
Black with #594C12
Text Example
Text Example
White with #594C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594C12; }
p { color: rgb(89,76,18); }
H1.HeaderClassName
{
color: #594C12;
}
.AnyTagClassName
{
color: #594C12;
}
</style>
background-color css
<style>
a { background-color: #594C12; }
a { background-color: rgb(89,76,18); }
div.DivClassName
{
background-color: #594C12;
}
.BgClassName
{
background-color: #594C12;
}
</style>
border-color css
<style>
span { border-color: #594C12; }
span { border-color: rgb(89,76,18); }
td.TdClassName
{
border-color: #594C12;
}
.TagClassName
{
border-color: #594C12;
}
</style>