Shades of Bronze Olive #57510E
Tints of Bronze Olive #57510E
RGB
CMYK
RGB Variations
Color information
#57510E (or 0x57510E) is known color: Bronze Olive. HEX triplet: 57, 51 and 0E. RGB value is (87,81,14). Sum of RGB (Red+Green+Blue) = 87+81+14=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 14 (5.86% from 255 or 7.69% from 182); Max value from RGB is 87 - color contains mainly: red. Hex color #57510E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57510E is #A8AEF1. Grayscale: #4B4B4B. Windows color (decimal): -11054834 or 938327. OLE color: 938327.
HSL color Cylindrical-coordinate representation of color #57510E: hue angle of 55.07º 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 #57510E is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 81 | 14 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.66 |
| HSL | 55.07º | 0.72% | 0.2% | - |
| HSV(B) | 55.07º | 0.84% | 0.34% | - |
| XYZ | 6.95 | 7.94 | 1.58 | - |
| YUV | 75.16 | 93.49 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 81 | 14 | 0 | 0.07 | 0.84 | 0.66 | 55.07 | 0.72 | 0.2 |
| Hex | 57 | 51 | E | 0 | 7 | 54 | 42 | 37 | 48 | 14 |
| Octal | 127 | 121 | 16 | 0 | 7 | 124 | 102 | 67 | 110 | 24 |
| Binary | 1010111 | 1010001 | 1110 | 0 | 111 | 1010100 | 1000010 | 110111 | 1001000 | 10100 |
Color Harmonies of #57510E
Complementary color
Monochromatic Colors of #57510E
Black with #57510E
Text Example
Text Example
White with #57510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57510E; }
p { color: rgb(87,81,14); }
H1.HeaderClassName
{
color: #57510E;
}
.AnyTagClassName
{
color: #57510E;
}
</style>
background-color css
<style>
a { background-color: #57510E; }
a { background-color: rgb(87,81,14); }
div.DivClassName
{
background-color: #57510E;
}
.BgClassName
{
background-color: #57510E;
}
</style>
border-color css
<style>
span { border-color: #57510E; }
span { border-color: rgb(87,81,14); }
td.TdClassName
{
border-color: #57510E;
}
.TagClassName
{
border-color: #57510E;
}
</style>