Shades of Bronze Olive #524811
Tints of Bronze Olive #524811
RGB
CMYK
RGB Variations
Color information
#524811 (or 0x524811) is known color: Bronze Olive. HEX triplet: 52, 48 and 11. RGB value is (82,72,17). Sum of RGB (Red+Green+Blue) = 82+72+17=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 72 (28.52% from 255 or 42.11% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 82 - color contains mainly: red. Hex color #524811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524811 is #ADB7EE. Grayscale: #444444. Windows color (decimal): -11384815 or 1132626. OLE color: 1132626.
HSL color Cylindrical-coordinate representation of color #524811: hue angle of 50.77º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #524811 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 72 | 17 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.68 |
| HSL | 50.77º | 0.66% | 0.19% | - |
| HSV(B) | 50.77º | 0.79% | 0.32% | - |
| XYZ | 5.9 | 6.47 | 1.47 | - |
| YUV | 68.72 | 98.81 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 72 | 17 | 0 | 0.12 | 0.79 | 0.68 | 50.77 | 0.66 | 0.19 |
| Hex | 52 | 48 | 11 | 0 | C | 4F | 44 | 33 | 42 | 13 |
| Octal | 122 | 110 | 21 | 0 | 14 | 117 | 104 | 63 | 102 | 23 |
| Binary | 1010010 | 1001000 | 10001 | 0 | 1100 | 1001111 | 1000100 | 110011 | 1000010 | 10011 |
Color Harmonies of #524811
Complementary color
Monochromatic Colors of #524811
Black with #524811
Text Example
Text Example
White with #524811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524811; }
p { color: rgb(82,72,17); }
H1.HeaderClassName
{
color: #524811;
}
.AnyTagClassName
{
color: #524811;
}
</style>
background-color css
<style>
a { background-color: #524811; }
a { background-color: rgb(82,72,17); }
div.DivClassName
{
background-color: #524811;
}
.BgClassName
{
background-color: #524811;
}
</style>
border-color css
<style>
span { border-color: #524811; }
span { border-color: rgb(82,72,17); }
td.TdClassName
{
border-color: #524811;
}
.TagClassName
{
border-color: #524811;
}
</style>