Shades of Bronze Olive #594B12
Tints of Bronze Olive #594B12
RGB
CMYK
RGB Variations
Color information
#594B12 (or 0x594B12) is known color: Bronze Olive. HEX triplet: 59, 4B and 12. RGB value is (89,75,18). Sum of RGB (Red+Green+Blue) = 89+75+18=182 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.90% from 182); Green value is 75 (29.69% from 255 or 41.21% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 89 - color contains mainly: red. Hex color #594B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594B12 is #A6B4ED. Grayscale: #484848. Windows color (decimal): -10925294 or 1198937. OLE color: 1198937.
HSL color Cylindrical-coordinate representation of color #594B12: hue angle of 48.17º 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 #594B12 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 75 | 18 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.65 |
| HSL | 48.17º | 0.66% | 0.21% | - |
| HSV(B) | 48.17º | 0.8% | 0.35% | - |
| XYZ | 6.75 | 7.2 | 1.61 | - |
| YUV | 72.69 | 97.14 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 75 | 18 | 0 | 0.16 | 0.80 | 0.65 | 48.17 | 0.66 | 0.21 |
| Hex | 59 | 4B | 12 | 0 | 10 | 50 | 41 | 30 | 42 | 15 |
| Octal | 131 | 113 | 22 | 0 | 20 | 120 | 101 | 60 | 102 | 25 |
| Binary | 1011001 | 1001011 | 10010 | 0 | 10000 | 1010000 | 1000001 | 110000 | 1000010 | 10101 |
Color Harmonies of #594B12
Complementary color
Monochromatic Colors of #594B12
Black with #594B12
Text Example
Text Example
White with #594B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594B12; }
p { color: rgb(89,75,18); }
H1.HeaderClassName
{
color: #594B12;
}
.AnyTagClassName
{
color: #594B12;
}
</style>
background-color css
<style>
a { background-color: #594B12; }
a { background-color: rgb(89,75,18); }
div.DivClassName
{
background-color: #594B12;
}
.BgClassName
{
background-color: #594B12;
}
</style>
border-color css
<style>
span { border-color: #594B12; }
span { border-color: rgb(89,75,18); }
td.TdClassName
{
border-color: #594B12;
}
.TagClassName
{
border-color: #594B12;
}
</style>