Shades of Bronze Olive #595024
Tints of Bronze Olive #595024
RGB
CMYK
RGB Variations
Color information
#595024 (or 0x595024) is known color: Bronze Olive. HEX triplet: 59, 50 and 24. RGB value is (89,80,36). Sum of RGB (Red+Green+Blue) = 89+80+36=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 36 (14.45% from 255 or 17.56% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #595024 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595024 is #A6AFDB. Grayscale: #4D4D4D. Windows color (decimal): -10923996 or 2379865. OLE color: 2379865.
HSL color Cylindrical-coordinate representation of color #595024: hue angle of 49.81º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #595024 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 80 | 36 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.65 |
| HSL | 49.81º | 0.42% | 0.25% | - |
| HSV(B) | 49.81º | 0.6% | 0.35% | - |
| XYZ | 7.31 | 7.99 | 2.83 | - |
| YUV | 77.68 | 104.48 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 80 | 36 | 0 | 0.10 | 0.60 | 0.65 | 49.81 | 0.42 | 0.25 |
| Hex | 59 | 50 | 24 | 0 | A | 3C | 41 | 32 | 2A | 19 |
| Octal | 131 | 120 | 44 | 0 | 12 | 74 | 101 | 62 | 52 | 31 |
| Binary | 1011001 | 1010000 | 100100 | 0 | 1010 | 111100 | 1000001 | 110010 | 101010 | 11001 |
Color Harmonies of #595024
Complementary color
Monochromatic Colors of #595024
Black with #595024
Text Example
Text Example
White with #595024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595024; }
p { color: rgb(89,80,36); }
H1.HeaderClassName
{
color: #595024;
}
.AnyTagClassName
{
color: #595024;
}
</style>
background-color css
<style>
a { background-color: #595024; }
a { background-color: rgb(89,80,36); }
div.DivClassName
{
background-color: #595024;
}
.BgClassName
{
background-color: #595024;
}
</style>
border-color css
<style>
span { border-color: #595024; }
span { border-color: rgb(89,80,36); }
td.TdClassName
{
border-color: #595024;
}
.TagClassName
{
border-color: #595024;
}
</style>