Shades of Bronze Olive #575215
Tints of Bronze Olive #575215
RGB
CMYK
RGB Variations
Color information
#575215 (or 0x575215) is known color: Bronze Olive. HEX triplet: 57, 52 and 15. RGB value is (87,82,21). Sum of RGB (Red+Green+Blue) = 87+82+21=190 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.79% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 21 (8.59% from 255 or 11.05% from 190); Max value from RGB is 87 - color contains mainly: red. Hex color #575215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575215 is #A8ADEA. Grayscale: #4C4C4C. Windows color (decimal): -11054571 or 1397335. OLE color: 1397335.
HSL color Cylindrical-coordinate representation of color #575215: hue angle of 55.45º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #575215 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 82 | 21 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.66 |
| HSL | 55.45º | 0.61% | 0.21% | - |
| HSV(B) | 55.45º | 0.76% | 0.34% | - |
| XYZ | 7.08 | 8.11 | 1.9 | - |
| YUV | 76.54 | 96.66 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 82 | 21 | 0 | 0.06 | 0.76 | 0.66 | 55.45 | 0.61 | 0.21 |
| Hex | 57 | 52 | 15 | 0 | 6 | 4C | 42 | 37 | 3D | 15 |
| Octal | 127 | 122 | 25 | 0 | 6 | 114 | 102 | 67 | 75 | 25 |
| Binary | 1010111 | 1010010 | 10101 | 0 | 110 | 1001100 | 1000010 | 110111 | 111101 | 10101 |
Color Harmonies of #575215
Complementary color
Monochromatic Colors of #575215
Black with #575215
Text Example
Text Example
White with #575215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575215; }
p { color: rgb(87,82,21); }
H1.HeaderClassName
{
color: #575215;
}
.AnyTagClassName
{
color: #575215;
}
</style>
background-color css
<style>
a { background-color: #575215; }
a { background-color: rgb(87,82,21); }
div.DivClassName
{
background-color: #575215;
}
.BgClassName
{
background-color: #575215;
}
</style>
border-color css
<style>
span { border-color: #575215; }
span { border-color: rgb(87,82,21); }
td.TdClassName
{
border-color: #575215;
}
.TagClassName
{
border-color: #575215;
}
</style>