Shades of Bronze Olive #524809
Tints of Bronze Olive #524809
RGB
CMYK
RGB Variations
Color information
#524809 (or 0x524809) is known color: Bronze Olive. HEX triplet: 52, 48 and 09. RGB value is (82,72,9). Sum of RGB (Red+Green+Blue) = 82+72+9=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 9 (3.91% from 255 or 5.52% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #524809 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524809 is #ADB7F6. Grayscale: #444444. Windows color (decimal): -11384823 or 608338. OLE color: 608338.
HSL color Cylindrical-coordinate representation of color #524809: hue angle of 51.78º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #524809 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 72 | 9 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.68 |
| HSL | 51.78º | 0.8% | 0.18% | - |
| HSV(B) | 51.78º | 0.89% | 0.32% | - |
| XYZ | 5.85 | 6.45 | 1.19 | - |
| YUV | 67.81 | 94.81 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 72 | 9 | 0 | 0.12 | 0.89 | 0.68 | 51.78 | 0.8 | 0.18 |
| Hex | 52 | 48 | 9 | 0 | C | 59 | 44 | 34 | 50 | 12 |
| Octal | 122 | 110 | 11 | 0 | 14 | 131 | 104 | 64 | 120 | 22 |
| Binary | 1010010 | 1001000 | 1001 | 0 | 1100 | 1011001 | 1000100 | 110100 | 1010000 | 10010 |
Color Harmonies of #524809
Complementary color
Monochromatic Colors of #524809
Black with #524809
Text Example
Text Example
White with #524809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524809; }
p { color: rgb(82,72,9); }
H1.HeaderClassName
{
color: #524809;
}
.AnyTagClassName
{
color: #524809;
}
</style>
background-color css
<style>
a { background-color: #524809; }
a { background-color: rgb(82,72,9); }
div.DivClassName
{
background-color: #524809;
}
.BgClassName
{
background-color: #524809;
}
</style>
border-color css
<style>
span { border-color: #524809; }
span { border-color: rgb(82,72,9); }
td.TdClassName
{
border-color: #524809;
}
.TagClassName
{
border-color: #524809;
}
</style>