Shades of Bronze Olive #524C1C
Tints of Bronze Olive #524C1C
RGB
CMYK
RGB Variations
Color information
#524C1C (or 0x524C1C) is known color: Bronze Olive. HEX triplet: 52, 4C and 1C. RGB value is (82,76,28). Sum of RGB (Red+Green+Blue) = 82+76+28=186 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.09% from 186); Green value is 76 (30.08% from 255 or 40.86% from 186); Blue value is 28 (11.33% from 255 or 15.05% from 186); Max value from RGB is 82 - color contains mainly: red. Hex color #524C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524C1C is #ADB3E3. Grayscale: #484848. Windows color (decimal): -11383780 or 1854546. OLE color: 1854546.
HSL color Cylindrical-coordinate representation of color #524C1C: hue angle of 53.33º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #524C1C is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 76 | 28 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.68 |
| HSL | 53.33º | 0.49% | 0.22% | - |
| HSV(B) | 53.33º | 0.66% | 0.32% | - |
| XYZ | 6.27 | 7.05 | 2.13 | - |
| YUV | 72.32 | 102.99 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 76 | 28 | 0 | 0.07 | 0.66 | 0.68 | 53.33 | 0.49 | 0.22 |
| Hex | 52 | 4C | 1C | 0 | 7 | 42 | 44 | 35 | 31 | 16 |
| Octal | 122 | 114 | 34 | 0 | 7 | 102 | 104 | 65 | 61 | 26 |
| Binary | 1010010 | 1001100 | 11100 | 0 | 111 | 1000010 | 1000100 | 110101 | 110001 | 10110 |
Color Harmonies of #524C1C
Complementary color
Monochromatic Colors of #524C1C
Black with #524C1C
Text Example
Text Example
White with #524C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524C1C; }
p { color: rgb(82,76,28); }
H1.HeaderClassName
{
color: #524C1C;
}
.AnyTagClassName
{
color: #524C1C;
}
</style>
background-color css
<style>
a { background-color: #524C1C; }
a { background-color: rgb(82,76,28); }
div.DivClassName
{
background-color: #524C1C;
}
.BgClassName
{
background-color: #524C1C;
}
</style>
border-color css
<style>
span { border-color: #524C1C; }
span { border-color: rgb(82,76,28); }
td.TdClassName
{
border-color: #524C1C;
}
.TagClassName
{
border-color: #524C1C;
}
</style>