Shades of Bronze Olive #575116
Tints of Bronze Olive #575116
RGB
CMYK
RGB Variations
Color information
#575116 (or 0x575116) is known color: Bronze Olive. HEX triplet: 57, 51 and 16. RGB value is (87,81,22). Sum of RGB (Red+Green+Blue) = 87+81+22=190 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.79% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 87 - color contains mainly: red. Hex color #575116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575116 is #A8AEE9. Grayscale: #4C4C4C. Windows color (decimal): -11054826 or 1462615. OLE color: 1462615.
HSL color Cylindrical-coordinate representation of color #575116: hue angle of 54.46º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #575116 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 81 | 22 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.66 |
| HSL | 54.46º | 0.6% | 0.21% | - |
| HSV(B) | 54.46º | 0.75% | 0.34% | - |
| XYZ | 7.02 | 7.97 | 1.93 | - |
| YUV | 76.07 | 97.49 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 81 | 22 | 0 | 0.07 | 0.75 | 0.66 | 54.46 | 0.6 | 0.21 |
| Hex | 57 | 51 | 16 | 0 | 7 | 4B | 42 | 36 | 3C | 15 |
| Octal | 127 | 121 | 26 | 0 | 7 | 113 | 102 | 66 | 74 | 25 |
| Binary | 1010111 | 1010001 | 10110 | 0 | 111 | 1001011 | 1000010 | 110110 | 111100 | 10101 |
Color Harmonies of #575116
Complementary color
Monochromatic Colors of #575116
Black with #575116
Text Example
Text Example
White with #575116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575116; }
p { color: rgb(87,81,22); }
H1.HeaderClassName
{
color: #575116;
}
.AnyTagClassName
{
color: #575116;
}
</style>
background-color css
<style>
a { background-color: #575116; }
a { background-color: rgb(87,81,22); }
div.DivClassName
{
background-color: #575116;
}
.BgClassName
{
background-color: #575116;
}
</style>
border-color css
<style>
span { border-color: #575116; }
span { border-color: rgb(87,81,22); }
td.TdClassName
{
border-color: #575116;
}
.TagClassName
{
border-color: #575116;
}
</style>