Shades of Bronze Olive #575321
Tints of Bronze Olive #575321
RGB
CMYK
RGB Variations
Color information
#575321 (or 0x575321) is known color: Bronze Olive. HEX triplet: 57, 53 and 21. RGB value is (87,83,33). Sum of RGB (Red+Green+Blue) = 87+83+33=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 87 - color contains mainly: red. Hex color #575321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575321 is #A8ACDE. Grayscale: #4E4E4E. Windows color (decimal): -11054303 or 2184023. OLE color: 2184023.
HSL color Cylindrical-coordinate representation of color #575321: hue angle of 55.56º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #575321 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 83 | 33 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.66 |
| HSL | 55.56º | 0.45% | 0.24% | - |
| HSV(B) | 55.56º | 0.62% | 0.34% | - |
| XYZ | 7.3 | 8.32 | 2.66 | - |
| YUV | 78.5 | 102.33 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 83 | 33 | 0 | 0.05 | 0.62 | 0.66 | 55.56 | 0.45 | 0.24 |
| Hex | 57 | 53 | 21 | 0 | 5 | 3E | 42 | 38 | 2D | 18 |
| Octal | 127 | 123 | 41 | 0 | 5 | 76 | 102 | 70 | 55 | 30 |
| Binary | 1010111 | 1010011 | 100001 | 0 | 101 | 111110 | 1000010 | 111000 | 101101 | 11000 |
Color Harmonies of #575321
Complementary color
Monochromatic Colors of #575321
Black with #575321
Text Example
Text Example
White with #575321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575321; }
p { color: rgb(87,83,33); }
H1.HeaderClassName
{
color: #575321;
}
.AnyTagClassName
{
color: #575321;
}
</style>
background-color css
<style>
a { background-color: #575321; }
a { background-color: rgb(87,83,33); }
div.DivClassName
{
background-color: #575321;
}
.BgClassName
{
background-color: #575321;
}
</style>
border-color css
<style>
span { border-color: #575321; }
span { border-color: rgb(87,83,33); }
td.TdClassName
{
border-color: #575321;
}
.TagClassName
{
border-color: #575321;
}
</style>