Shades of Bronze Olive #524E15
Tints of Bronze Olive #524E15
RGB
CMYK
RGB Variations
Color information
#524E15 (or 0x524E15) is known color: Bronze Olive. HEX triplet: 52, 4E and 15. RGB value is (82,78,21). Sum of RGB (Red+Green+Blue) = 82+78+21=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 78 (30.86% from 255 or 43.09% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 82 - color contains mainly: red. Hex color #524E15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #524E15 is #ADB1EA. Grayscale: #484848. Windows color (decimal): -11383275 or 1396306. OLE color: 1396306.
HSL color Cylindrical-coordinate representation of color #524E15: hue angle of 56.07º 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 #524E15 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 78 | 21 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.68 |
| HSL | 56.07º | 0.59% | 0.2% | - |
| HSV(B) | 56.07º | 0.74% | 0.32% | - |
| XYZ | 6.34 | 7.3 | 1.78 | - |
| YUV | 72.7 | 98.83 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 78 | 21 | 0 | 0.05 | 0.74 | 0.68 | 56.07 | 0.59 | 0.2 |
| Hex | 52 | 4E | 15 | 0 | 5 | 4A | 44 | 38 | 3B | 14 |
| Octal | 122 | 116 | 25 | 0 | 5 | 112 | 104 | 70 | 73 | 24 |
| Binary | 1010010 | 1001110 | 10101 | 0 | 101 | 1001010 | 1000100 | 111000 | 111011 | 10100 |
Color Harmonies of #524E15
Complementary color
Monochromatic Colors of #524E15
Black with #524E15
Text Example
Text Example
White with #524E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524E15; }
p { color: rgb(82,78,21); }
H1.HeaderClassName
{
color: #524E15;
}
.AnyTagClassName
{
color: #524E15;
}
</style>
background-color css
<style>
a { background-color: #524E15; }
a { background-color: rgb(82,78,21); }
div.DivClassName
{
background-color: #524E15;
}
.BgClassName
{
background-color: #524E15;
}
</style>
border-color css
<style>
span { border-color: #524E15; }
span { border-color: rgb(82,78,21); }
td.TdClassName
{
border-color: #524E15;
}
.TagClassName
{
border-color: #524E15;
}
</style>