Shades of Bronze Olive #575125
Tints of Bronze Olive #575125
RGB
CMYK
RGB Variations
Color information
#575125 (or 0x575125) is known color: Bronze Olive. HEX triplet: 57, 51 and 25. RGB value is (87,81,37). Sum of RGB (Red+Green+Blue) = 87+81+37=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 87 - color contains mainly: red. Hex color #575125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575125 is #A8AEDA. Grayscale: #4D4D4D. Windows color (decimal): -11054811 or 2445655. OLE color: 2445655.
HSL color Cylindrical-coordinate representation of color #575125: hue angle of 52.8º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #575125 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 81 | 37 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.66 |
| HSL | 52.8º | 0.4% | 0.24% | - |
| HSV(B) | 52.8º | 0.57% | 0.34% | - |
| XYZ | 7.21 | 8.04 | 2.92 | - |
| YUV | 77.78 | 104.99 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 81 | 37 | 0 | 0.07 | 0.57 | 0.66 | 52.8 | 0.4 | 0.24 |
| Hex | 57 | 51 | 25 | 0 | 7 | 39 | 42 | 35 | 28 | 18 |
| Octal | 127 | 121 | 45 | 0 | 7 | 71 | 102 | 65 | 50 | 30 |
| Binary | 1010111 | 1010001 | 100101 | 0 | 111 | 111001 | 1000010 | 110101 | 101000 | 11000 |
Color Harmonies of #575125
Complementary color
Monochromatic Colors of #575125
Black with #575125
Text Example
Text Example
White with #575125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575125; }
p { color: rgb(87,81,37); }
H1.HeaderClassName
{
color: #575125;
}
.AnyTagClassName
{
color: #575125;
}
</style>
background-color css
<style>
a { background-color: #575125; }
a { background-color: rgb(87,81,37); }
div.DivClassName
{
background-color: #575125;
}
.BgClassName
{
background-color: #575125;
}
</style>
border-color css
<style>
span { border-color: #575125; }
span { border-color: rgb(87,81,37); }
td.TdClassName
{
border-color: #575125;
}
.TagClassName
{
border-color: #575125;
}
</style>