Shades of Bronze Olive #524A15
Tints of Bronze Olive #524A15
RGB
CMYK
RGB Variations
Color information
#524A15 (or 0x524A15) is known color: Bronze Olive. HEX triplet: 52, 4A and 15. RGB value is (82,74,21). Sum of RGB (Red+Green+Blue) = 82+74+21=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 74 (29.30% from 255 or 41.81% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 82 - color contains mainly: red. Hex color #524A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524A15 is #ADB5EA. Grayscale: #464646. Windows color (decimal): -11384299 or 1395282. OLE color: 1395282.
HSL color Cylindrical-coordinate representation of color #524A15: hue angle of 52.13º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #524A15 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 74 | 21 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.68 |
| HSL | 52.13º | 0.59% | 0.2% | - |
| HSV(B) | 52.13º | 0.74% | 0.32% | - |
| XYZ | 6.06 | 6.75 | 1.69 | - |
| YUV | 70.35 | 100.15 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 21 | 0 | 0.10 | 0.74 | 0.68 | 52.13 | 0.59 | 0.2 |
| Hex | 52 | 4A | 15 | 0 | A | 4A | 44 | 34 | 3B | 14 |
| Octal | 122 | 112 | 25 | 0 | 12 | 112 | 104 | 64 | 73 | 24 |
| Binary | 1010010 | 1001010 | 10101 | 0 | 1010 | 1001010 | 1000100 | 110100 | 111011 | 10100 |
Color Harmonies of #524A15
Complementary color
Monochromatic Colors of #524A15
Black with #524A15
Text Example
Text Example
White with #524A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524A15; }
p { color: rgb(82,74,21); }
H1.HeaderClassName
{
color: #524A15;
}
.AnyTagClassName
{
color: #524A15;
}
</style>
background-color css
<style>
a { background-color: #524A15; }
a { background-color: rgb(82,74,21); }
div.DivClassName
{
background-color: #524A15;
}
.BgClassName
{
background-color: #524A15;
}
</style>
border-color css
<style>
span { border-color: #524A15; }
span { border-color: rgb(82,74,21); }
td.TdClassName
{
border-color: #524A15;
}
.TagClassName
{
border-color: #524A15;
}
</style>