Shades of Bronze Olive #594B16
Tints of Bronze Olive #594B16
RGB
CMYK
RGB Variations
Color information
#594B16 (or 0x594B16) is known color: Bronze Olive. HEX triplet: 59, 4B and 16. RGB value is (89,75,22). Sum of RGB (Red+Green+Blue) = 89+75+22=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 22 (8.98% from 255 or 11.83% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #594B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594B16 is #A6B4E9. Grayscale: #494949. Windows color (decimal): -10925290 or 1461081. OLE color: 1461081.
HSL color Cylindrical-coordinate representation of color #594B16: hue angle of 47.46º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #594B16 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 75 | 22 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.65 |
| HSL | 47.46º | 0.6% | 0.22% | - |
| HSV(B) | 47.46º | 0.75% | 0.35% | - |
| XYZ | 6.78 | 7.21 | 1.79 | - |
| YUV | 73.14 | 99.14 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 75 | 22 | 0 | 0.16 | 0.75 | 0.65 | 47.46 | 0.6 | 0.22 |
| Hex | 59 | 4B | 16 | 0 | 10 | 4B | 41 | 2F | 3C | 16 |
| Octal | 131 | 113 | 26 | 0 | 20 | 113 | 101 | 57 | 74 | 26 |
| Binary | 1011001 | 1001011 | 10110 | 0 | 10000 | 1001011 | 1000001 | 101111 | 111100 | 10110 |
Color Harmonies of #594B16
Complementary color
Monochromatic Colors of #594B16
Black with #594B16
Text Example
Text Example
White with #594B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594B16; }
p { color: rgb(89,75,22); }
H1.HeaderClassName
{
color: #594B16;
}
.AnyTagClassName
{
color: #594B16;
}
</style>
background-color css
<style>
a { background-color: #594B16; }
a { background-color: rgb(89,75,22); }
div.DivClassName
{
background-color: #594B16;
}
.BgClassName
{
background-color: #594B16;
}
</style>
border-color css
<style>
span { border-color: #594B16; }
span { border-color: rgb(89,75,22); }
td.TdClassName
{
border-color: #594B16;
}
.TagClassName
{
border-color: #594B16;
}
</style>