Shades of Bronze Olive #57520D
Tints of Bronze Olive #57520D
RGB
CMYK
RGB Variations
Color information
#57520D (or 0x57520D) is known color: Bronze Olive. HEX triplet: 57, 52 and 0D. RGB value is (87,82,13). Sum of RGB (Red+Green+Blue) = 87+82+13=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 87 - color contains mainly: red. Hex color #57520D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57520D is #A8ADF2. Grayscale: #4B4B4B. Windows color (decimal): -11054579 or 873047. OLE color: 873047.
HSL color Cylindrical-coordinate representation of color #57520D: hue angle of 55.95º 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 #57520D is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 82 | 13 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.66 |
| HSL | 55.95º | 0.74% | 0.2% | - |
| HSV(B) | 55.95º | 0.85% | 0.34% | - |
| XYZ | 7.02 | 8.09 | 1.57 | - |
| YUV | 75.63 | 92.66 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 82 | 13 | 0 | 0.06 | 0.85 | 0.66 | 55.95 | 0.74 | 0.2 |
| Hex | 57 | 52 | D | 0 | 6 | 55 | 42 | 38 | 4A | 14 |
| Octal | 127 | 122 | 15 | 0 | 6 | 125 | 102 | 70 | 112 | 24 |
| Binary | 1010111 | 1010010 | 1101 | 0 | 110 | 1010101 | 1000010 | 111000 | 1001010 | 10100 |
Color Harmonies of #57520D
Complementary color
Monochromatic Colors of #57520D
Black with #57520D
Text Example
Text Example
White with #57520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57520D; }
p { color: rgb(87,82,13); }
H1.HeaderClassName
{
color: #57520D;
}
.AnyTagClassName
{
color: #57520D;
}
</style>
background-color css
<style>
a { background-color: #57520D; }
a { background-color: rgb(87,82,13); }
div.DivClassName
{
background-color: #57520D;
}
.BgClassName
{
background-color: #57520D;
}
</style>
border-color css
<style>
span { border-color: #57520D; }
span { border-color: rgb(87,82,13); }
td.TdClassName
{
border-color: #57520D;
}
.TagClassName
{
border-color: #57520D;
}
</style>