Shades of Bronze Olive #575112
Tints of Bronze Olive #575112
RGB
CMYK
RGB Variations
Color information
#575112 (or 0x575112) is known color: Bronze Olive. HEX triplet: 57, 51 and 12. RGB value is (87,81,18). Sum of RGB (Red+Green+Blue) = 87+81+18=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 87 - color contains mainly: red. Hex color #575112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575112 is #A8AEED. Grayscale: #4B4B4B. Windows color (decimal): -11054830 or 1200471. OLE color: 1200471.
HSL color Cylindrical-coordinate representation of color #575112: hue angle of 54.78º 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 #575112 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 81 | 18 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.66 |
| HSL | 54.78º | 0.66% | 0.21% | - |
| HSV(B) | 54.78º | 0.79% | 0.34% | - |
| XYZ | 6.98 | 7.95 | 1.74 | - |
| YUV | 75.61 | 95.49 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 81 | 18 | 0 | 0.07 | 0.79 | 0.66 | 54.78 | 0.66 | 0.21 |
| Hex | 57 | 51 | 12 | 0 | 7 | 4F | 42 | 37 | 42 | 15 |
| Octal | 127 | 121 | 22 | 0 | 7 | 117 | 102 | 67 | 102 | 25 |
| Binary | 1010111 | 1010001 | 10010 | 0 | 111 | 1001111 | 1000010 | 110111 | 1000010 | 10101 |
Color Harmonies of #575112
Complementary color
Monochromatic Colors of #575112
Black with #575112
Text Example
Text Example
White with #575112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575112; }
p { color: rgb(87,81,18); }
H1.HeaderClassName
{
color: #575112;
}
.AnyTagClassName
{
color: #575112;
}
</style>
background-color css
<style>
a { background-color: #575112; }
a { background-color: rgb(87,81,18); }
div.DivClassName
{
background-color: #575112;
}
.BgClassName
{
background-color: #575112;
}
</style>
border-color css
<style>
span { border-color: #575112; }
span { border-color: rgb(87,81,18); }
td.TdClassName
{
border-color: #575112;
}
.TagClassName
{
border-color: #575112;
}
</style>