Shades of Bronze Olive #524702
Tints of Bronze Olive #524702
RGB
CMYK
RGB Variations
Color information
#524702 (or 0x524702) is known color: Bronze Olive. HEX triplet: 52, 47 and 02. RGB value is (82,71,2). Sum of RGB (Red+Green+Blue) = 82+71+2=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 71 (28.12% from 255 or 45.81% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #524702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524702 is #ADB8FD. Grayscale: #424242. Windows color (decimal): -11385086 or 149330. OLE color: 149330.
HSL color Cylindrical-coordinate representation of color #524702: hue angle of 51.75º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #524702 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 71 | 2 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.68 |
| HSL | 51.75º | 0.95% | 0.16% | - |
| HSV(B) | 51.75º | 0.98% | 0.32% | - |
| XYZ | 5.74 | 6.3 | 0.97 | - |
| YUV | 66.42 | 91.64 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 71 | 2 | 0 | 0.13 | 0.98 | 0.68 | 51.75 | 0.95 | 0.16 |
| Hex | 52 | 47 | 2 | 0 | D | 62 | 44 | 34 | 5F | 10 |
| Octal | 122 | 107 | 2 | 0 | 15 | 142 | 104 | 64 | 137 | 20 |
| Binary | 1010010 | 1000111 | 10 | 0 | 1101 | 1100010 | 1000100 | 110100 | 1011111 | 10000 |
Color Harmonies of #524702
Complementary color
Monochromatic Colors of #524702
Black with #524702
Text Example
Text Example
White with #524702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524702; }
p { color: rgb(82,71,2); }
H1.HeaderClassName
{
color: #524702;
}
.AnyTagClassName
{
color: #524702;
}
</style>
background-color css
<style>
a { background-color: #524702; }
a { background-color: rgb(82,71,2); }
div.DivClassName
{
background-color: #524702;
}
.BgClassName
{
background-color: #524702;
}
</style>
border-color css
<style>
span { border-color: #524702; }
span { border-color: rgb(82,71,2); }
td.TdClassName
{
border-color: #524702;
}
.TagClassName
{
border-color: #524702;
}
</style>