Shades of Bronze Olive #594112
Tints of Bronze Olive #594112
RGB
CMYK
RGB Variations
Color information
#594112 (or 0x594112) is known color: Bronze Olive. HEX triplet: 59, 41 and 12. RGB value is (89,65,18). Sum of RGB (Red+Green+Blue) = 89+65+18=172 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.74% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 89 - color contains mainly: red. Hex color #594112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594112 is #A6BEED. Grayscale: #434343. Windows color (decimal): -10927854 or 1196377. OLE color: 1196377.
HSL color Cylindrical-coordinate representation of color #594112: hue angle of 39.72º 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 #594112 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 65 | 18 | - |
| CMYK | 0 | 0.27 | 0.80 | 0.65 |
| HSL | 39.72º | 0.66% | 0.21% | - |
| HSV(B) | 39.72º | 0.8% | 0.35% | - |
| XYZ | 6.12 | 5.95 | 1.4 | - |
| YUV | 66.82 | 100.45 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 65 | 18 | 0 | 0.27 | 0.80 | 0.65 | 39.72 | 0.66 | 0.21 |
| Hex | 59 | 41 | 12 | 0 | 1B | 50 | 41 | 28 | 42 | 15 |
| Octal | 131 | 101 | 22 | 0 | 33 | 120 | 101 | 50 | 102 | 25 |
| Binary | 1011001 | 1000001 | 10010 | 0 | 11011 | 1010000 | 1000001 | 101000 | 1000010 | 10101 |
Color Harmonies of #594112
Complementary color
Monochromatic Colors of #594112
Black with #594112
Text Example
Text Example
White with #594112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594112; }
p { color: rgb(89,65,18); }
H1.HeaderClassName
{
color: #594112;
}
.AnyTagClassName
{
color: #594112;
}
</style>
background-color css
<style>
a { background-color: #594112; }
a { background-color: rgb(89,65,18); }
div.DivClassName
{
background-color: #594112;
}
.BgClassName
{
background-color: #594112;
}
</style>
border-color css
<style>
span { border-color: #594112; }
span { border-color: rgb(89,65,18); }
td.TdClassName
{
border-color: #594112;
}
.TagClassName
{
border-color: #594112;
}
</style>