Shades of Bronze Olive #575212
Tints of Bronze Olive #575212
RGB
CMYK
RGB Variations
Color information
#575212 (or 0x575212) is known color: Bronze Olive. HEX triplet: 57, 52 and 12. RGB value is (87,82,18). Sum of RGB (Red+Green+Blue) = 87+82+18=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 87 - color contains mainly: red. Hex color #575212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575212 is #A8ADED. Grayscale: #4C4C4C. Windows color (decimal): -11054574 or 1200727. OLE color: 1200727.
HSL color Cylindrical-coordinate representation of color #575212: hue angle of 55.65º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #575212 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 82 | 18 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.66 |
| HSL | 55.65º | 0.66% | 0.21% | - |
| HSV(B) | 55.65º | 0.79% | 0.34% | - |
| XYZ | 7.06 | 8.1 | 1.76 | - |
| YUV | 76.2 | 95.16 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 82 | 18 | 0 | 0.06 | 0.79 | 0.66 | 55.65 | 0.66 | 0.21 |
| Hex | 57 | 52 | 12 | 0 | 6 | 4F | 42 | 38 | 42 | 15 |
| Octal | 127 | 122 | 22 | 0 | 6 | 117 | 102 | 70 | 102 | 25 |
| Binary | 1010111 | 1010010 | 10010 | 0 | 110 | 1001111 | 1000010 | 111000 | 1000010 | 10101 |
Color Harmonies of #575212
Complementary color
Monochromatic Colors of #575212
Black with #575212
Text Example
Text Example
White with #575212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575212; }
p { color: rgb(87,82,18); }
H1.HeaderClassName
{
color: #575212;
}
.AnyTagClassName
{
color: #575212;
}
</style>
background-color css
<style>
a { background-color: #575212; }
a { background-color: rgb(87,82,18); }
div.DivClassName
{
background-color: #575212;
}
.BgClassName
{
background-color: #575212;
}
</style>
border-color css
<style>
span { border-color: #575212; }
span { border-color: rgb(87,82,18); }
td.TdClassName
{
border-color: #575212;
}
.TagClassName
{
border-color: #575212;
}
</style>