Shades of Bronze Olive #575220
Tints of Bronze Olive #575220
RGB
CMYK
RGB Variations
Color information
#575220 (or 0x575220) is known color: Bronze Olive. HEX triplet: 57, 52 and 20. RGB value is (87,82,32). Sum of RGB (Red+Green+Blue) = 87+82+32=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 87 - color contains mainly: red. Hex color #575220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575220 is #A8ADDF. Grayscale: #4D4D4D. Windows color (decimal): -11054560 or 2118231. OLE color: 2118231.
HSL color Cylindrical-coordinate representation of color #575220: hue angle of 54.55º 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 #575220 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 82 | 32 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.66 |
| HSL | 54.55º | 0.46% | 0.23% | - |
| HSV(B) | 54.55º | 0.63% | 0.34% | - |
| XYZ | 7.21 | 8.17 | 2.56 | - |
| YUV | 77.8 | 102.16 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 82 | 32 | 0 | 0.06 | 0.63 | 0.66 | 54.55 | 0.46 | 0.23 |
| Hex | 57 | 52 | 20 | 0 | 6 | 3F | 42 | 37 | 2E | 17 |
| Octal | 127 | 122 | 40 | 0 | 6 | 77 | 102 | 67 | 56 | 27 |
| Binary | 1010111 | 1010010 | 100000 | 0 | 110 | 111111 | 1000010 | 110111 | 101110 | 10111 |
Color Harmonies of #575220
Complementary color
Monochromatic Colors of #575220
Black with #575220
Text Example
Text Example
White with #575220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575220; }
p { color: rgb(87,82,32); }
H1.HeaderClassName
{
color: #575220;
}
.AnyTagClassName
{
color: #575220;
}
</style>
background-color css
<style>
a { background-color: #575220; }
a { background-color: rgb(87,82,32); }
div.DivClassName
{
background-color: #575220;
}
.BgClassName
{
background-color: #575220;
}
</style>
border-color css
<style>
span { border-color: #575220; }
span { border-color: rgb(87,82,32); }
td.TdClassName
{
border-color: #575220;
}
.TagClassName
{
border-color: #575220;
}
</style>