Shades of Bronze Olive #57510D
Tints of Bronze Olive #57510D
RGB
CMYK
RGB Variations
Color information
#57510D (or 0x57510D) is known color: Bronze Olive. HEX triplet: 57, 51 and 0D. RGB value is (87,81,13). Sum of RGB (Red+Green+Blue) = 87+81+13=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 87 - color contains mainly: red. Hex color #57510D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57510D is #A8AEF2. Grayscale: #4B4B4B. Windows color (decimal): -11054835 or 872791. OLE color: 872791.
HSL color Cylindrical-coordinate representation of color #57510D: hue angle of 55.14º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #57510D is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 81 | 13 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.66 |
| HSL | 55.14º | 0.74% | 0.2% | - |
| HSV(B) | 55.14º | 0.85% | 0.34% | - |
| XYZ | 6.95 | 7.94 | 1.55 | - |
| YUV | 75.04 | 92.99 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 81 | 13 | 0 | 0.07 | 0.85 | 0.66 | 55.14 | 0.74 | 0.2 |
| Hex | 57 | 51 | D | 0 | 7 | 55 | 42 | 37 | 4A | 14 |
| Octal | 127 | 121 | 15 | 0 | 7 | 125 | 102 | 67 | 112 | 24 |
| Binary | 1010111 | 1010001 | 1101 | 0 | 111 | 1010101 | 1000010 | 110111 | 1001010 | 10100 |
Color Harmonies of #57510D
Complementary color
Monochromatic Colors of #57510D
Black with #57510D
Text Example
Text Example
White with #57510D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57510D; }
p { color: rgb(87,81,13); }
H1.HeaderClassName
{
color: #57510D;
}
.AnyTagClassName
{
color: #57510D;
}
</style>
background-color css
<style>
a { background-color: #57510D; }
a { background-color: rgb(87,81,13); }
div.DivClassName
{
background-color: #57510D;
}
.BgClassName
{
background-color: #57510D;
}
</style>
border-color css
<style>
span { border-color: #57510D; }
span { border-color: rgb(87,81,13); }
td.TdClassName
{
border-color: #57510D;
}
.TagClassName
{
border-color: #57510D;
}
</style>