Shades of Bronze Olive #595218
Tints of Bronze Olive #595218
RGB
CMYK
RGB Variations
Color information
#595218 (or 0x595218) is known color: Bronze Olive. HEX triplet: 59, 52 and 18. RGB value is (89,82,24). Sum of RGB (Red+Green+Blue) = 89+82+24=195 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.64% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 24 (9.77% from 255 or 12.31% from 195); Max value from RGB is 89 - color contains mainly: red. Hex color #595218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595218 is #A6ADE7. Grayscale: #4D4D4D. Windows color (decimal): -10923496 or 1593945. OLE color: 1593945.
HSL color Cylindrical-coordinate representation of color #595218: hue angle of 53.54º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #595218 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 82 | 24 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.65 |
| HSL | 53.54º | 0.58% | 0.22% | - |
| HSV(B) | 53.54º | 0.73% | 0.35% | - |
| XYZ | 7.3 | 8.22 | 2.07 | - |
| YUV | 77.48 | 97.82 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 24 | 0 | 0.08 | 0.73 | 0.65 | 53.54 | 0.58 | 0.22 |
| Hex | 59 | 52 | 18 | 0 | 8 | 49 | 41 | 36 | 3A | 16 |
| Octal | 131 | 122 | 30 | 0 | 10 | 111 | 101 | 66 | 72 | 26 |
| Binary | 1011001 | 1010010 | 11000 | 0 | 1000 | 1001001 | 1000001 | 110110 | 111010 | 10110 |
Color Harmonies of #595218
Complementary color
Monochromatic Colors of #595218
Black with #595218
Text Example
Text Example
White with #595218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595218; }
p { color: rgb(89,82,24); }
H1.HeaderClassName
{
color: #595218;
}
.AnyTagClassName
{
color: #595218;
}
</style>
background-color css
<style>
a { background-color: #595218; }
a { background-color: rgb(89,82,24); }
div.DivClassName
{
background-color: #595218;
}
.BgClassName
{
background-color: #595218;
}
</style>
border-color css
<style>
span { border-color: #595218; }
span { border-color: rgb(89,82,24); }
td.TdClassName
{
border-color: #595218;
}
.TagClassName
{
border-color: #595218;
}
</style>