Shades of Bronze Olive #575010
Tints of Bronze Olive #575010
RGB
CMYK
RGB Variations
Color information
#575010 (or 0x575010) is known color: Bronze Olive. HEX triplet: 57, 50 and 10. RGB value is (87,80,16). Sum of RGB (Red+Green+Blue) = 87+80+16=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #575010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575010 is #A8AFEF. Grayscale: #4B4B4B. Windows color (decimal): -11055088 or 1069143. OLE color: 1069143.
HSL color Cylindrical-coordinate representation of color #575010: hue angle of 54.08º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #575010 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 80 | 16 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.66 |
| HSL | 54.08º | 0.69% | 0.2% | - |
| HSV(B) | 54.08º | 0.82% | 0.34% | - |
| XYZ | 6.89 | 7.8 | 1.63 | - |
| YUV | 74.8 | 94.82 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 80 | 16 | 0 | 0.08 | 0.82 | 0.66 | 54.08 | 0.69 | 0.2 |
| Hex | 57 | 50 | 10 | 0 | 8 | 52 | 42 | 36 | 45 | 14 |
| Octal | 127 | 120 | 20 | 0 | 10 | 122 | 102 | 66 | 105 | 24 |
| Binary | 1010111 | 1010000 | 10000 | 0 | 1000 | 1010010 | 1000010 | 110110 | 1000101 | 10100 |
Color Harmonies of #575010
Complementary color
Monochromatic Colors of #575010
Black with #575010
Text Example
Text Example
White with #575010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575010; }
p { color: rgb(87,80,16); }
H1.HeaderClassName
{
color: #575010;
}
.AnyTagClassName
{
color: #575010;
}
</style>
background-color css
<style>
a { background-color: #575010; }
a { background-color: rgb(87,80,16); }
div.DivClassName
{
background-color: #575010;
}
.BgClassName
{
background-color: #575010;
}
</style>
border-color css
<style>
span { border-color: #575010; }
span { border-color: rgb(87,80,16); }
td.TdClassName
{
border-color: #575010;
}
.TagClassName
{
border-color: #575010;
}
</style>