Shades of Bronze Olive #595416
Tints of Bronze Olive #595416
RGB
CMYK
RGB Variations
Color information
#595416 (or 0x595416) is known color: Bronze Olive. HEX triplet: 59, 54 and 16. RGB value is (89,84,22). Sum of RGB (Red+Green+Blue) = 89+84+22=195 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.64% from 195); Green value is 84 (33.20% from 255 or 43.08% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 89 - color contains mainly: red. Hex color #595416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595416 is #A6ABE9. Grayscale: #4E4E4E. Windows color (decimal): -10922986 or 1463385. OLE color: 1463385.
HSL color Cylindrical-coordinate representation of color #595416: hue angle of 55.52º 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 #595416 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 84 | 22 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.65 |
| HSL | 55.52º | 0.6% | 0.22% | - |
| HSV(B) | 55.52º | 0.75% | 0.35% | - |
| XYZ | 7.43 | 8.52 | 2.01 | - |
| YUV | 78.43 | 96.16 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 84 | 22 | 0 | 0.06 | 0.75 | 0.65 | 55.52 | 0.6 | 0.22 |
| Hex | 59 | 54 | 16 | 0 | 6 | 4B | 41 | 38 | 3C | 16 |
| Octal | 131 | 124 | 26 | 0 | 6 | 113 | 101 | 70 | 74 | 26 |
| Binary | 1011001 | 1010100 | 10110 | 0 | 110 | 1001011 | 1000001 | 111000 | 111100 | 10110 |
Color Harmonies of #595416
Complementary color
Monochromatic Colors of #595416
Black with #595416
Text Example
Text Example
White with #595416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595416; }
p { color: rgb(89,84,22); }
H1.HeaderClassName
{
color: #595416;
}
.AnyTagClassName
{
color: #595416;
}
</style>
background-color css
<style>
a { background-color: #595416; }
a { background-color: rgb(89,84,22); }
div.DivClassName
{
background-color: #595416;
}
.BgClassName
{
background-color: #595416;
}
</style>
border-color css
<style>
span { border-color: #595416; }
span { border-color: rgb(89,84,22); }
td.TdClassName
{
border-color: #595416;
}
.TagClassName
{
border-color: #595416;
}
</style>