Shades of Bronze Olive #575007
Tints of Bronze Olive #575007
RGB
CMYK
RGB Variations
Color information
#575007 (or 0x575007) is known color: Bronze Olive. HEX triplet: 57, 50 and 07. RGB value is (87,80,7). Sum of RGB (Red+Green+Blue) = 87+80+7=174 (23% of max value = 765). Red value is 87 (34.38% from 255 or 50% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 7 (3.12% from 255 or 4.02% from 174); Max value from RGB is 87 - color contains mainly: red. Hex color #575007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575007 is #A8AFF8. Grayscale: #4A4A4A. Windows color (decimal): -11055097 or 479319. OLE color: 479319.
HSL color Cylindrical-coordinate representation of color #575007: hue angle of 54.75º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #575007 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 80 | 7 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.66 |
| HSL | 54.75º | 0.85% | 0.18% | - |
| HSV(B) | 54.75º | 0.92% | 0.34% | - |
| XYZ | 6.84 | 7.78 | 1.34 | - |
| YUV | 73.77 | 90.32 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 80 | 7 | 0 | 0.08 | 0.92 | 0.66 | 54.75 | 0.85 | 0.18 |
| Hex | 57 | 50 | 7 | 0 | 8 | 5C | 42 | 37 | 55 | 12 |
| Octal | 127 | 120 | 7 | 0 | 10 | 134 | 102 | 67 | 125 | 22 |
| Binary | 1010111 | 1010000 | 111 | 0 | 1000 | 1011100 | 1000010 | 110111 | 1010101 | 10010 |
Color Harmonies of #575007
Complementary color
Monochromatic Colors of #575007
Black with #575007
Text Example
Text Example
White with #575007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575007; }
p { color: rgb(87,80,7); }
H1.HeaderClassName
{
color: #575007;
}
.AnyTagClassName
{
color: #575007;
}
</style>
background-color css
<style>
a { background-color: #575007; }
a { background-color: rgb(87,80,7); }
div.DivClassName
{
background-color: #575007;
}
.BgClassName
{
background-color: #575007;
}
</style>
border-color css
<style>
span { border-color: #575007; }
span { border-color: rgb(87,80,7); }
td.TdClassName
{
border-color: #575007;
}
.TagClassName
{
border-color: #575007;
}
</style>