Shades of Bronze Olive #524C0E
Tints of Bronze Olive #524C0E
RGB
CMYK
RGB Variations
Color information
#524C0E (or 0x524C0E) is known color: Bronze Olive. HEX triplet: 52, 4C and 0E. RGB value is (82,76,14). Sum of RGB (Red+Green+Blue) = 82+76+14=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 76 (30.08% from 255 or 44.19% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 82 - color contains mainly: red. Hex color #524C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524C0E is #ADB3F1. Grayscale: #464646. Windows color (decimal): -11383794 or 937042. OLE color: 937042.
HSL color Cylindrical-coordinate representation of color #524C0E: hue angle of 54.71º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #524C0E is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 76 | 14 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.68 |
| HSL | 54.71º | 0.71% | 0.19% | - |
| HSV(B) | 54.71º | 0.83% | 0.32% | - |
| XYZ | 6.14 | 6.99 | 1.44 | - |
| YUV | 70.73 | 95.99 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 76 | 14 | 0 | 0.07 | 0.83 | 0.68 | 54.71 | 0.71 | 0.19 |
| Hex | 52 | 4C | E | 0 | 7 | 53 | 44 | 37 | 47 | 13 |
| Octal | 122 | 114 | 16 | 0 | 7 | 123 | 104 | 67 | 107 | 23 |
| Binary | 1010010 | 1001100 | 1110 | 0 | 111 | 1010011 | 1000100 | 110111 | 1000111 | 10011 |
Color Harmonies of #524C0E
Complementary color
Monochromatic Colors of #524C0E
Black with #524C0E
Text Example
Text Example
White with #524C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524C0E; }
p { color: rgb(82,76,14); }
H1.HeaderClassName
{
color: #524C0E;
}
.AnyTagClassName
{
color: #524C0E;
}
</style>
background-color css
<style>
a { background-color: #524C0E; }
a { background-color: rgb(82,76,14); }
div.DivClassName
{
background-color: #524C0E;
}
.BgClassName
{
background-color: #524C0E;
}
</style>
border-color css
<style>
span { border-color: #524C0E; }
span { border-color: rgb(82,76,14); }
td.TdClassName
{
border-color: #524C0E;
}
.TagClassName
{
border-color: #524C0E;
}
</style>