Shades of Bronze Olive #575217
Tints of Bronze Olive #575217
RGB
CMYK
RGB Variations
Color information
#575217 (or 0x575217) is known color: Bronze Olive. HEX triplet: 57, 52 and 17. RGB value is (87,82,23). Sum of RGB (Red+Green+Blue) = 87+82+23=192 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.31% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 23 (9.38% from 255 or 11.98% from 192); Max value from RGB is 87 - color contains mainly: red. Hex color #575217 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575217 is #A8ADE8. Grayscale: #4D4D4D. Windows color (decimal): -11054569 or 1528407. OLE color: 1528407.
HSL color Cylindrical-coordinate representation of color #575217: hue angle of 55.31º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #575217 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 82 | 23 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.66 |
| HSL | 55.31º | 0.58% | 0.22% | - |
| HSV(B) | 55.31º | 0.74% | 0.34% | - |
| XYZ | 7.1 | 8.12 | 2 | - |
| YUV | 76.77 | 97.66 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 82 | 23 | 0 | 0.06 | 0.74 | 0.66 | 55.31 | 0.58 | 0.22 |
| Hex | 57 | 52 | 17 | 0 | 6 | 4A | 42 | 37 | 3A | 16 |
| Octal | 127 | 122 | 27 | 0 | 6 | 112 | 102 | 67 | 72 | 26 |
| Binary | 1010111 | 1010010 | 10111 | 0 | 110 | 1001010 | 1000010 | 110111 | 111010 | 10110 |
Color Harmonies of #575217
Complementary color
Monochromatic Colors of #575217
Black with #575217
Text Example
Text Example
White with #575217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575217; }
p { color: rgb(87,82,23); }
H1.HeaderClassName
{
color: #575217;
}
.AnyTagClassName
{
color: #575217;
}
</style>
background-color css
<style>
a { background-color: #575217; }
a { background-color: rgb(87,82,23); }
div.DivClassName
{
background-color: #575217;
}
.BgClassName
{
background-color: #575217;
}
</style>
border-color css
<style>
span { border-color: #575217; }
span { border-color: rgb(87,82,23); }
td.TdClassName
{
border-color: #575217;
}
.TagClassName
{
border-color: #575217;
}
</style>