Shades of Bronze Olive #595216
Tints of Bronze Olive #595216
RGB
CMYK
RGB Variations
Color information
#595216 (or 0x595216) is known color: Bronze Olive. HEX triplet: 59, 52 and 16. RGB value is (89,82,22). Sum of RGB (Red+Green+Blue) = 89+82+22=193 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.11% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 89 - color contains mainly: red. Hex color #595216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595216 is #A6ADE9. Grayscale: #4D4D4D. Windows color (decimal): -10923498 or 1462873. OLE color: 1462873.
HSL color Cylindrical-coordinate representation of color #595216: hue angle of 53.73º 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 #595216 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 82 | 22 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.65 |
| HSL | 53.73º | 0.6% | 0.22% | - |
| HSV(B) | 53.73º | 0.75% | 0.35% | - |
| XYZ | 7.28 | 8.22 | 1.96 | - |
| YUV | 77.25 | 96.82 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 22 | 0 | 0.08 | 0.75 | 0.65 | 53.73 | 0.6 | 0.22 |
| Hex | 59 | 52 | 16 | 0 | 8 | 4B | 41 | 36 | 3C | 16 |
| Octal | 131 | 122 | 26 | 0 | 10 | 113 | 101 | 66 | 74 | 26 |
| Binary | 1011001 | 1010010 | 10110 | 0 | 1000 | 1001011 | 1000001 | 110110 | 111100 | 10110 |
Color Harmonies of #595216
Complementary color
Monochromatic Colors of #595216
Black with #595216
Text Example
Text Example
White with #595216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595216; }
p { color: rgb(89,82,22); }
H1.HeaderClassName
{
color: #595216;
}
.AnyTagClassName
{
color: #595216;
}
</style>
background-color css
<style>
a { background-color: #595216; }
a { background-color: rgb(89,82,22); }
div.DivClassName
{
background-color: #595216;
}
.BgClassName
{
background-color: #595216;
}
</style>
border-color css
<style>
span { border-color: #595216; }
span { border-color: rgb(89,82,22); }
td.TdClassName
{
border-color: #595216;
}
.TagClassName
{
border-color: #595216;
}
</style>