Shades of Bronze Olive #524800
Tints of Bronze Olive #524800
RGB
CMYK
RGB Variations
Color information
#524800 (or 0x524800) is known color: Bronze Olive. HEX triplet: 52, 48 and 00. RGB value is (82,72,0). Sum of RGB (Red+Green+Blue) = 82+72+0=154 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.25% from 154); Green value is 72 (28.52% from 255 or 46.75% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 82 - color contains mainly: red. Hex color #524800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524800 is #ADB7FF. Grayscale: #434343. Windows color (decimal): -11384832 or 18514. OLE color: 18514.
HSL color Cylindrical-coordinate representation of color #524800: hue angle of 52.68º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #524800 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 72 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.68 |
| HSL | 52.68º | 1% | 0.16% | - |
| HSV(B) | 52.68º | 1% | 0.32% | - |
| XYZ | 5.8 | 6.43 | 0.94 | - |
| YUV | 66.78 | 90.31 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 72 | 0 | 0 | 0.12 | 1 | 0.68 | 52.68 | 1 | 0.16 |
| Hex | 52 | 48 | 0 | 0 | C | 64 | 44 | 35 | 64 | 10 |
| Octal | 122 | 110 | 0 | 0 | 14 | 144 | 104 | 65 | 144 | 20 |
| Binary | 1010010 | 1001000 | 0 | 0 | 1100 | 1100100 | 1000100 | 110101 | 1100100 | 10000 |
Color Harmonies of #524800
Complementary color
Monochromatic Colors of #524800
Black with #524800
Text Example
Text Example
White with #524800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524800; }
p { color: rgb(82,72,0); }
H1.HeaderClassName
{
color: #524800;
}
.AnyTagClassName
{
color: #524800;
}
</style>
background-color css
<style>
a { background-color: #524800; }
a { background-color: rgb(82,72,0); }
div.DivClassName
{
background-color: #524800;
}
.BgClassName
{
background-color: #524800;
}
</style>
border-color css
<style>
span { border-color: #524800; }
span { border-color: rgb(82,72,0); }
td.TdClassName
{
border-color: #524800;
}
.TagClassName
{
border-color: #524800;
}
</style>