Shades of Bronze Olive #595421
Tints of Bronze Olive #595421
RGB
CMYK
RGB Variations
Color information
#595421 (or 0x595421) is known color: Bronze Olive. HEX triplet: 59, 54 and 21. RGB value is (89,84,33). Sum of RGB (Red+Green+Blue) = 89+84+33=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 33 (13.28% from 255 or 16.02% from 206); Max value from RGB is 89 - color contains mainly: red. Hex color #595421 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595421 is #A6ABDE. Grayscale: #4F4F4F. Windows color (decimal): -10922975 or 2184281. OLE color: 2184281.
HSL color Cylindrical-coordinate representation of color #595421: hue angle of 54.64º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #595421 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 84 | 33 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.65 |
| HSL | 54.64º | 0.46% | 0.24% | - |
| HSV(B) | 54.64º | 0.63% | 0.35% | - |
| XYZ | 7.56 | 8.57 | 2.7 | - |
| YUV | 79.68 | 101.66 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 84 | 33 | 0 | 0.06 | 0.63 | 0.65 | 54.64 | 0.46 | 0.24 |
| Hex | 59 | 54 | 21 | 0 | 6 | 3F | 41 | 37 | 2E | 18 |
| Octal | 131 | 124 | 41 | 0 | 6 | 77 | 101 | 67 | 56 | 30 |
| Binary | 1011001 | 1010100 | 100001 | 0 | 110 | 111111 | 1000001 | 110111 | 101110 | 11000 |
Color Harmonies of #595421
Complementary color
Monochromatic Colors of #595421
Black with #595421
Text Example
Text Example
White with #595421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595421; }
p { color: rgb(89,84,33); }
H1.HeaderClassName
{
color: #595421;
}
.AnyTagClassName
{
color: #595421;
}
</style>
background-color css
<style>
a { background-color: #595421; }
a { background-color: rgb(89,84,33); }
div.DivClassName
{
background-color: #595421;
}
.BgClassName
{
background-color: #595421;
}
</style>
border-color css
<style>
span { border-color: #595421; }
span { border-color: rgb(89,84,33); }
td.TdClassName
{
border-color: #595421;
}
.TagClassName
{
border-color: #595421;
}
</style>