Shades of Bronze Olive #524D24
Tints of Bronze Olive #524D24
RGB
CMYK
RGB Variations
Color information
#524D24 (or 0x524D24) is known color: Bronze Olive. HEX triplet: 52, 4D and 24. RGB value is (82,77,36). Sum of RGB (Red+Green+Blue) = 82+77+36=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 77 (30.47% from 255 or 39.49% from 195); Blue value is 36 (14.45% from 255 or 18.46% from 195); Max value from RGB is 82 - color contains mainly: red. Hex color #524D24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524D24 is #ADB2DB. Grayscale: #494949. Windows color (decimal): -11383516 or 2379090. OLE color: 2379090.
HSL color Cylindrical-coordinate representation of color #524D24: hue angle of 53.48º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #524D24 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 77 | 36 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.68 |
| HSL | 53.48º | 0.39% | 0.23% | - |
| HSV(B) | 53.48º | 0.56% | 0.32% | - |
| XYZ | 6.45 | 7.23 | 2.72 | - |
| YUV | 73.82 | 106.66 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 77 | 36 | 0 | 0.06 | 0.56 | 0.68 | 53.48 | 0.39 | 0.23 |
| Hex | 52 | 4D | 24 | 0 | 6 | 38 | 44 | 35 | 27 | 17 |
| Octal | 122 | 115 | 44 | 0 | 6 | 70 | 104 | 65 | 47 | 27 |
| Binary | 1010010 | 1001101 | 100100 | 0 | 110 | 111000 | 1000100 | 110101 | 100111 | 10111 |
Color Harmonies of #524D24
Complementary color
Monochromatic Colors of #524D24
Black with #524D24
Text Example
Text Example
White with #524D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524D24; }
p { color: rgb(82,77,36); }
H1.HeaderClassName
{
color: #524D24;
}
.AnyTagClassName
{
color: #524D24;
}
</style>
background-color css
<style>
a { background-color: #524D24; }
a { background-color: rgb(82,77,36); }
div.DivClassName
{
background-color: #524D24;
}
.BgClassName
{
background-color: #524D24;
}
</style>
border-color css
<style>
span { border-color: #524D24; }
span { border-color: rgb(82,77,36); }
td.TdClassName
{
border-color: #524D24;
}
.TagClassName
{
border-color: #524D24;
}
</style>