Shades of Bronze Olive #524D14
Tints of Bronze Olive #524D14
RGB
CMYK
RGB Variations
Color information
#524D14 (or 0x524D14) is known color: Bronze Olive. HEX triplet: 52, 4D and 14. RGB value is (82,77,20). Sum of RGB (Red+Green+Blue) = 82+77+20=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 77 (30.47% from 255 or 43.02% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 82 - color contains mainly: red. Hex color #524D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #524D14 is #ADB2EB. Grayscale: #484848. Windows color (decimal): -11383532 or 1330514. OLE color: 1330514.
HSL color Cylindrical-coordinate representation of color #524D14: hue angle of 55.16º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #524D14 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 77 | 20 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.68 |
| HSL | 55.16º | 0.61% | 0.2% | - |
| HSV(B) | 55.16º | 0.76% | 0.32% | - |
| XYZ | 6.26 | 7.15 | 1.71 | - |
| YUV | 72 | 98.66 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 77 | 20 | 0 | 0.06 | 0.76 | 0.68 | 55.16 | 0.61 | 0.2 |
| Hex | 52 | 4D | 14 | 0 | 6 | 4C | 44 | 37 | 3D | 14 |
| Octal | 122 | 115 | 24 | 0 | 6 | 114 | 104 | 67 | 75 | 24 |
| Binary | 1010010 | 1001101 | 10100 | 0 | 110 | 1001100 | 1000100 | 110111 | 111101 | 10100 |
Color Harmonies of #524D14
Complementary color
Monochromatic Colors of #524D14
Black with #524D14
Text Example
Text Example
White with #524D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524D14; }
p { color: rgb(82,77,20); }
H1.HeaderClassName
{
color: #524D14;
}
.AnyTagClassName
{
color: #524D14;
}
</style>
background-color css
<style>
a { background-color: #524D14; }
a { background-color: rgb(82,77,20); }
div.DivClassName
{
background-color: #524D14;
}
.BgClassName
{
background-color: #524D14;
}
</style>
border-color css
<style>
span { border-color: #524D14; }
span { border-color: rgb(82,77,20); }
td.TdClassName
{
border-color: #524D14;
}
.TagClassName
{
border-color: #524D14;
}
</style>