Shades of Bronze Olive #57460E
Tints of Bronze Olive #57460E
RGB
CMYK
RGB Variations
Color information
#57460E (or 0x57460E) is known color: Bronze Olive. HEX triplet: 57, 46 and 0E. RGB value is (87,70,14). Sum of RGB (Red+Green+Blue) = 87+70+14=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 14 (5.86% from 255 or 8.19% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #57460E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57460E is #A8B9F1. Grayscale: #444444. Windows color (decimal): -11057650 or 935511. OLE color: 935511.
HSL color Cylindrical-coordinate representation of color #57460E: hue angle of 46.03º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #57460E is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 70 | 14 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.66 |
| HSL | 46.03º | 0.72% | 0.2% | - |
| HSV(B) | 46.03º | 0.84% | 0.34% | - |
| XYZ | 6.2 | 6.44 | 1.33 | - |
| YUV | 68.7 | 97.13 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 70 | 14 | 0 | 0.20 | 0.84 | 0.66 | 46.03 | 0.72 | 0.2 |
| Hex | 57 | 46 | E | 0 | 14 | 54 | 42 | 2E | 48 | 14 |
| Octal | 127 | 106 | 16 | 0 | 24 | 124 | 102 | 56 | 110 | 24 |
| Binary | 1010111 | 1000110 | 1110 | 0 | 10100 | 1010100 | 1000010 | 101110 | 1001000 | 10100 |
Color Harmonies of #57460E
Complementary color
Monochromatic Colors of #57460E
Black with #57460E
Text Example
Text Example
White with #57460E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57460E; }
p { color: rgb(87,70,14); }
H1.HeaderClassName
{
color: #57460E;
}
.AnyTagClassName
{
color: #57460E;
}
</style>
background-color css
<style>
a { background-color: #57460E; }
a { background-color: rgb(87,70,14); }
div.DivClassName
{
background-color: #57460E;
}
.BgClassName
{
background-color: #57460E;
}
</style>
border-color css
<style>
span { border-color: #57460E; }
span { border-color: rgb(87,70,14); }
td.TdClassName
{
border-color: #57460E;
}
.TagClassName
{
border-color: #57460E;
}
</style>