Shades of Bronze Olive #524D16
Tints of Bronze Olive #524D16
RGB
CMYK
RGB Variations
Color information
#524D16 (or 0x524D16) is known color: Bronze Olive. HEX triplet: 52, 4D and 16. RGB value is (82,77,22). Sum of RGB (Red+Green+Blue) = 82+77+22=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 77 (30.47% from 255 or 42.54% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 82 - color contains mainly: red. Hex color #524D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #524D16 is #ADB2E9. Grayscale: #484848. Windows color (decimal): -11383530 or 1461586. OLE color: 1461586.
HSL color Cylindrical-coordinate representation of color #524D16: hue angle of 55º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #524D16 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 77 | 22 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.68 |
| HSL | 55º | 0.58% | 0.2% | - |
| HSV(B) | 55º | 0.73% | 0.32% | - |
| XYZ | 6.28 | 7.16 | 1.81 | - |
| YUV | 72.23 | 99.66 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 77 | 22 | 0 | 0.06 | 0.73 | 0.68 | 55 | 0.58 | 0.2 |
| Hex | 52 | 4D | 16 | 0 | 6 | 49 | 44 | 37 | 3A | 14 |
| Octal | 122 | 115 | 26 | 0 | 6 | 111 | 104 | 67 | 72 | 24 |
| Binary | 1010010 | 1001101 | 10110 | 0 | 110 | 1001001 | 1000100 | 110111 | 111010 | 10100 |
Color Harmonies of #524D16
Complementary color
Monochromatic Colors of #524D16
Black with #524D16
Text Example
Text Example
White with #524D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524D16; }
p { color: rgb(82,77,22); }
H1.HeaderClassName
{
color: #524D16;
}
.AnyTagClassName
{
color: #524D16;
}
</style>
background-color css
<style>
a { background-color: #524D16; }
a { background-color: rgb(82,77,22); }
div.DivClassName
{
background-color: #524D16;
}
.BgClassName
{
background-color: #524D16;
}
</style>
border-color css
<style>
span { border-color: #524D16; }
span { border-color: rgb(82,77,22); }
td.TdClassName
{
border-color: #524D16;
}
.TagClassName
{
border-color: #524D16;
}
</style>