Shades of Bronze Olive #57521E
Tints of Bronze Olive #57521E
RGB
CMYK
RGB Variations
Color information
#57521E (or 0x57521E) is known color: Bronze Olive. HEX triplet: 57, 52 and 1E. RGB value is (87,82,30). Sum of RGB (Red+Green+Blue) = 87+82+30=199 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.72% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 87 - color contains mainly: red. Hex color #57521E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57521E is #A8ADE1. Grayscale: #4D4D4D. Windows color (decimal): -11054562 or 1987159. OLE color: 1987159.
HSL color Cylindrical-coordinate representation of color #57521E: hue angle of 54.74º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57521E is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 82 | 30 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.66 |
| HSL | 54.74º | 0.49% | 0.23% | - |
| HSV(B) | 54.74º | 0.66% | 0.34% | - |
| XYZ | 7.18 | 8.15 | 2.42 | - |
| YUV | 77.57 | 101.16 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 82 | 30 | 0 | 0.06 | 0.66 | 0.66 | 54.74 | 0.49 | 0.23 |
| Hex | 57 | 52 | 1E | 0 | 6 | 42 | 42 | 37 | 31 | 17 |
| Octal | 127 | 122 | 36 | 0 | 6 | 102 | 102 | 67 | 61 | 27 |
| Binary | 1010111 | 1010010 | 11110 | 0 | 110 | 1000010 | 1000010 | 110111 | 110001 | 10111 |
Color Harmonies of #57521E
Complementary color
Monochromatic Colors of #57521E
Black with #57521E
Text Example
Text Example
White with #57521E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57521E; }
p { color: rgb(87,82,30); }
H1.HeaderClassName
{
color: #57521E;
}
.AnyTagClassName
{
color: #57521E;
}
</style>
background-color css
<style>
a { background-color: #57521E; }
a { background-color: rgb(87,82,30); }
div.DivClassName
{
background-color: #57521E;
}
.BgClassName
{
background-color: #57521E;
}
</style>
border-color css
<style>
span { border-color: #57521E; }
span { border-color: rgb(87,82,30); }
td.TdClassName
{
border-color: #57521E;
}
.TagClassName
{
border-color: #57521E;
}
</style>