Shades of Bronze Olive #524709
Tints of Bronze Olive #524709
RGB
CMYK
RGB Variations
Color information
#524709 (or 0x524709) is known color: Bronze Olive. HEX triplet: 52, 47 and 09. RGB value is (82,71,9). Sum of RGB (Red+Green+Blue) = 82+71+9=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #524709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524709 is #ADB8F6. Grayscale: #434343. Windows color (decimal): -11385079 or 608082. OLE color: 608082.
HSL color Cylindrical-coordinate representation of color #524709: hue angle of 50.96º 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 #524709 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 71 | 9 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.68 |
| HSL | 50.96º | 0.8% | 0.18% | - |
| HSV(B) | 50.96º | 0.89% | 0.32% | - |
| XYZ | 5.78 | 6.32 | 1.17 | - |
| YUV | 67.22 | 95.14 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 71 | 9 | 0 | 0.13 | 0.89 | 0.68 | 50.96 | 0.8 | 0.18 |
| Hex | 52 | 47 | 9 | 0 | D | 59 | 44 | 33 | 50 | 12 |
| Octal | 122 | 107 | 11 | 0 | 15 | 131 | 104 | 63 | 120 | 22 |
| Binary | 1010010 | 1000111 | 1001 | 0 | 1101 | 1011001 | 1000100 | 110011 | 1010000 | 10010 |
Color Harmonies of #524709
Complementary color
Monochromatic Colors of #524709
Black with #524709
Text Example
Text Example
White with #524709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524709; }
p { color: rgb(82,71,9); }
H1.HeaderClassName
{
color: #524709;
}
.AnyTagClassName
{
color: #524709;
}
</style>
background-color css
<style>
a { background-color: #524709; }
a { background-color: rgb(82,71,9); }
div.DivClassName
{
background-color: #524709;
}
.BgClassName
{
background-color: #524709;
}
</style>
border-color css
<style>
span { border-color: #524709; }
span { border-color: rgb(82,71,9); }
td.TdClassName
{
border-color: #524709;
}
.TagClassName
{
border-color: #524709;
}
</style>