Shades of Bronze Olive #524D18
Tints of Bronze Olive #524D18
RGB
CMYK
RGB Variations
Color information
#524D18 (or 0x524D18) is known color: Bronze Olive. HEX triplet: 52, 4D and 18. RGB value is (82,77,24). Sum of RGB (Red+Green+Blue) = 82+77+24=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 77 (30.47% from 255 or 42.08% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 82 - color contains mainly: red. Hex color #524D18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #524D18 is #ADB2E7. Grayscale: #484848. Windows color (decimal): -11383528 or 1592658. OLE color: 1592658.
HSL color Cylindrical-coordinate representation of color #524D18: hue angle of 54.83º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #524D18 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 77 | 24 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.68 |
| HSL | 54.83º | 0.55% | 0.21% | - |
| HSV(B) | 54.83º | 0.71% | 0.32% | - |
| XYZ | 6.3 | 7.17 | 1.92 | - |
| YUV | 72.45 | 100.66 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 77 | 24 | 0 | 0.06 | 0.71 | 0.68 | 54.83 | 0.55 | 0.21 |
| Hex | 52 | 4D | 18 | 0 | 6 | 47 | 44 | 37 | 37 | 15 |
| Octal | 122 | 115 | 30 | 0 | 6 | 107 | 104 | 67 | 67 | 25 |
| Binary | 1010010 | 1001101 | 11000 | 0 | 110 | 1000111 | 1000100 | 110111 | 110111 | 10101 |
Color Harmonies of #524D18
Complementary color
Monochromatic Colors of #524D18
Black with #524D18
Text Example
Text Example
White with #524D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524D18; }
p { color: rgb(82,77,24); }
H1.HeaderClassName
{
color: #524D18;
}
.AnyTagClassName
{
color: #524D18;
}
</style>
background-color css
<style>
a { background-color: #524D18; }
a { background-color: rgb(82,77,24); }
div.DivClassName
{
background-color: #524D18;
}
.BgClassName
{
background-color: #524D18;
}
</style>
border-color css
<style>
span { border-color: #524D18; }
span { border-color: rgb(82,77,24); }
td.TdClassName
{
border-color: #524D18;
}
.TagClassName
{
border-color: #524D18;
}
</style>