Shades of Bronze Olive #524A11
Tints of Bronze Olive #524A11
RGB
CMYK
RGB Variations
Color information
#524A11 (or 0x524A11) is known color: Bronze Olive. HEX triplet: 52, 4A and 11. RGB value is (82,74,17). Sum of RGB (Red+Green+Blue) = 82+74+17=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 74 (29.30% from 255 or 42.77% from 173); Blue value is 17 (7.03% from 255 or 9.83% from 173); Max value from RGB is 82 - color contains mainly: red. Hex color #524A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524A11 is #ADB5EE. Grayscale: #464646. Windows color (decimal): -11384303 or 1133138. OLE color: 1133138.
HSL color Cylindrical-coordinate representation of color #524A11: hue angle of 52.62º 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 #524A11 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 74 | 17 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.68 |
| HSL | 52.62º | 0.66% | 0.19% | - |
| HSV(B) | 52.62º | 0.79% | 0.32% | - |
| XYZ | 6.03 | 6.73 | 1.51 | - |
| YUV | 69.89 | 98.15 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 17 | 0 | 0.10 | 0.79 | 0.68 | 52.62 | 0.66 | 0.19 |
| Hex | 52 | 4A | 11 | 0 | A | 4F | 44 | 35 | 42 | 13 |
| Octal | 122 | 112 | 21 | 0 | 12 | 117 | 104 | 65 | 102 | 23 |
| Binary | 1010010 | 1001010 | 10001 | 0 | 1010 | 1001111 | 1000100 | 110101 | 1000010 | 10011 |
Color Harmonies of #524A11
Complementary color
Monochromatic Colors of #524A11
Black with #524A11
Text Example
Text Example
White with #524A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524A11; }
p { color: rgb(82,74,17); }
H1.HeaderClassName
{
color: #524A11;
}
.AnyTagClassName
{
color: #524A11;
}
</style>
background-color css
<style>
a { background-color: #524A11; }
a { background-color: rgb(82,74,17); }
div.DivClassName
{
background-color: #524A11;
}
.BgClassName
{
background-color: #524A11;
}
</style>
border-color css
<style>
span { border-color: #524A11; }
span { border-color: rgb(82,74,17); }
td.TdClassName
{
border-color: #524A11;
}
.TagClassName
{
border-color: #524A11;
}
</style>