Shades of Bronze Olive #524700
Tints of Bronze Olive #524700
RGB
CMYK
RGB Variations
Color information
#524700 (or 0x524700) is known color: Bronze Olive. HEX triplet: 52, 47 and 00. RGB value is (82,71,0). Sum of RGB (Red+Green+Blue) = 82+71+0=153 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.59% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 82 - color contains mainly: red. Hex color #524700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524700 is #ADB8FF. Grayscale: #424242. Windows color (decimal): -11385088 or 18258. OLE color: 18258.
HSL color Cylindrical-coordinate representation of color #524700: hue angle of 51.95º 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 #524700 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 71 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.68 |
| HSL | 51.95º | 1% | 0.16% | - |
| HSV(B) | 51.95º | 1% | 0.32% | - |
| XYZ | 5.73 | 6.3 | 0.91 | - |
| YUV | 66.2 | 90.64 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 71 | 0 | 0 | 0.13 | 1 | 0.68 | 51.95 | 1 | 0.16 |
| Hex | 52 | 47 | 0 | 0 | D | 64 | 44 | 34 | 64 | 10 |
| Octal | 122 | 107 | 0 | 0 | 15 | 144 | 104 | 64 | 144 | 20 |
| Binary | 1010010 | 1000111 | 0 | 0 | 1101 | 1100100 | 1000100 | 110100 | 1100100 | 10000 |
Color Harmonies of #524700
Complementary color
Monochromatic Colors of #524700
Black with #524700
Text Example
Text Example
White with #524700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524700; }
p { color: rgb(82,71,0); }
H1.HeaderClassName
{
color: #524700;
}
.AnyTagClassName
{
color: #524700;
}
</style>
background-color css
<style>
a { background-color: #524700; }
a { background-color: rgb(82,71,0); }
div.DivClassName
{
background-color: #524700;
}
.BgClassName
{
background-color: #524700;
}
</style>
border-color css
<style>
span { border-color: #524700; }
span { border-color: rgb(82,71,0); }
td.TdClassName
{
border-color: #524700;
}
.TagClassName
{
border-color: #524700;
}
</style>