Shades of Bronze Olive #575020
Tints of Bronze Olive #575020
RGB
CMYK
RGB Variations
Color information
#575020 (or 0x575020) is known color: Bronze Olive. HEX triplet: 57, 50 and 20. RGB value is (87,80,32). Sum of RGB (Red+Green+Blue) = 87+80+32=199 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.72% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 87 - color contains mainly: red. Hex color #575020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575020 is #A8AFDF. Grayscale: #4C4C4C. Windows color (decimal): -11055072 or 2117719. OLE color: 2117719.
HSL color Cylindrical-coordinate representation of color #575020: hue angle of 52.36º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #575020 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 80 | 32 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.66 |
| HSL | 52.36º | 0.46% | 0.23% | - |
| HSV(B) | 52.36º | 0.63% | 0.34% | - |
| XYZ | 7.06 | 7.87 | 2.51 | - |
| YUV | 76.62 | 102.82 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 80 | 32 | 0 | 0.08 | 0.63 | 0.66 | 52.36 | 0.46 | 0.23 |
| Hex | 57 | 50 | 20 | 0 | 8 | 3F | 42 | 34 | 2E | 17 |
| Octal | 127 | 120 | 40 | 0 | 10 | 77 | 102 | 64 | 56 | 27 |
| Binary | 1010111 | 1010000 | 100000 | 0 | 1000 | 111111 | 1000010 | 110100 | 101110 | 10111 |
Color Harmonies of #575020
Complementary color
Monochromatic Colors of #575020
Black with #575020
Text Example
Text Example
White with #575020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575020; }
p { color: rgb(87,80,32); }
H1.HeaderClassName
{
color: #575020;
}
.AnyTagClassName
{
color: #575020;
}
</style>
background-color css
<style>
a { background-color: #575020; }
a { background-color: rgb(87,80,32); }
div.DivClassName
{
background-color: #575020;
}
.BgClassName
{
background-color: #575020;
}
</style>
border-color css
<style>
span { border-color: #575020; }
span { border-color: rgb(87,80,32); }
td.TdClassName
{
border-color: #575020;
}
.TagClassName
{
border-color: #575020;
}
</style>