Shades of Bronze Olive #524A1C
Tints of Bronze Olive #524A1C
RGB
CMYK
RGB Variations
Color information
#524A1C (or 0x524A1C) is known color: Bronze Olive. HEX triplet: 52, 4A and 1C. RGB value is (82,74,28). Sum of RGB (Red+Green+Blue) = 82+74+28=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 74 (29.30% from 255 or 40.22% from 184); Blue value is 28 (11.33% from 255 or 15.22% from 184); Max value from RGB is 82 - color contains mainly: red. Hex color #524A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524A1C is #ADB5E3. Grayscale: #474747. Windows color (decimal): -11384292 or 1854034. OLE color: 1854034.
HSL color Cylindrical-coordinate representation of color #524A1C: hue angle of 51.11º 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 #524A1C is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 74 | 28 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.68 |
| HSL | 51.11º | 0.49% | 0.22% | - |
| HSV(B) | 51.11º | 0.66% | 0.32% | - |
| XYZ | 6.14 | 6.78 | 2.08 | - |
| YUV | 71.15 | 103.65 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 28 | 0 | 0.10 | 0.66 | 0.68 | 51.11 | 0.49 | 0.22 |
| Hex | 52 | 4A | 1C | 0 | A | 42 | 44 | 33 | 31 | 16 |
| Octal | 122 | 112 | 34 | 0 | 12 | 102 | 104 | 63 | 61 | 26 |
| Binary | 1010010 | 1001010 | 11100 | 0 | 1010 | 1000010 | 1000100 | 110011 | 110001 | 10110 |
Color Harmonies of #524A1C
Complementary color
Monochromatic Colors of #524A1C
Black with #524A1C
Text Example
Text Example
White with #524A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524A1C; }
p { color: rgb(82,74,28); }
H1.HeaderClassName
{
color: #524A1C;
}
.AnyTagClassName
{
color: #524A1C;
}
</style>
background-color css
<style>
a { background-color: #524A1C; }
a { background-color: rgb(82,74,28); }
div.DivClassName
{
background-color: #524A1C;
}
.BgClassName
{
background-color: #524A1C;
}
</style>
border-color css
<style>
span { border-color: #524A1C; }
span { border-color: rgb(82,74,28); }
td.TdClassName
{
border-color: #524A1C;
}
.TagClassName
{
border-color: #524A1C;
}
</style>