Shades of Bronze Olive #595019
Tints of Bronze Olive #595019
RGB
CMYK
RGB Variations
Color information
#595019 (or 0x595019) is known color: Bronze Olive. HEX triplet: 59, 50 and 19. RGB value is (89,80,25). Sum of RGB (Red+Green+Blue) = 89+80+25=194 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.88% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 25 (10.16% from 255 or 12.89% from 194); Max value from RGB is 89 - color contains mainly: red. Hex color #595019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595019 is #A6AFE6. Grayscale: #4C4C4C. Windows color (decimal): -10924007 or 1658969. OLE color: 1658969.
HSL color Cylindrical-coordinate representation of color #595019: hue angle of 51.56º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #595019 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 80 | 25 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.65 |
| HSL | 51.56º | 0.56% | 0.22% | - |
| HSV(B) | 51.56º | 0.72% | 0.35% | - |
| XYZ | 7.16 | 7.93 | 2.07 | - |
| YUV | 76.42 | 98.98 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 80 | 25 | 0 | 0.10 | 0.72 | 0.65 | 51.56 | 0.56 | 0.22 |
| Hex | 59 | 50 | 19 | 0 | A | 48 | 41 | 34 | 38 | 16 |
| Octal | 131 | 120 | 31 | 0 | 12 | 110 | 101 | 64 | 70 | 26 |
| Binary | 1011001 | 1010000 | 11001 | 0 | 1010 | 1001000 | 1000001 | 110100 | 111000 | 10110 |
Color Harmonies of #595019
Complementary color
Monochromatic Colors of #595019
Black with #595019
Text Example
Text Example
White with #595019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595019; }
p { color: rgb(89,80,25); }
H1.HeaderClassName
{
color: #595019;
}
.AnyTagClassName
{
color: #595019;
}
</style>
background-color css
<style>
a { background-color: #595019; }
a { background-color: rgb(89,80,25); }
div.DivClassName
{
background-color: #595019;
}
.BgClassName
{
background-color: #595019;
}
</style>
border-color css
<style>
span { border-color: #595019; }
span { border-color: rgb(89,80,25); }
td.TdClassName
{
border-color: #595019;
}
.TagClassName
{
border-color: #595019;
}
</style>