Shades of Bronze Olive #524A24
Tints of Bronze Olive #524A24
RGB
CMYK
RGB Variations
Color information
#524A24 (or 0x524A24) is known color: Bronze Olive. HEX triplet: 52, 4A and 24. RGB value is (82,74,36). Sum of RGB (Red+Green+Blue) = 82+74+36=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 74 (29.30% from 255 or 38.54% from 192); Blue value is 36 (14.45% from 255 or 18.75% from 192); Max value from RGB is 82 - color contains mainly: red. Hex color #524A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524A24 is #ADB5DB. Grayscale: #484848. Windows color (decimal): -11384284 or 2378322. OLE color: 2378322.
HSL color Cylindrical-coordinate representation of color #524A24: hue angle of 49.57º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #524A24 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 74 | 36 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.68 |
| HSL | 49.57º | 0.39% | 0.23% | - |
| HSV(B) | 49.57º | 0.56% | 0.32% | - |
| XYZ | 6.25 | 6.82 | 2.66 | - |
| YUV | 72.06 | 107.65 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 36 | 0 | 0.10 | 0.56 | 0.68 | 49.57 | 0.39 | 0.23 |
| Hex | 52 | 4A | 24 | 0 | A | 38 | 44 | 32 | 27 | 17 |
| Octal | 122 | 112 | 44 | 0 | 12 | 70 | 104 | 62 | 47 | 27 |
| Binary | 1010010 | 1001010 | 100100 | 0 | 1010 | 111000 | 1000100 | 110010 | 100111 | 10111 |
Color Harmonies of #524A24
Complementary color
Monochromatic Colors of #524A24
Black with #524A24
Text Example
Text Example
White with #524A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524A24; }
p { color: rgb(82,74,36); }
H1.HeaderClassName
{
color: #524A24;
}
.AnyTagClassName
{
color: #524A24;
}
</style>
background-color css
<style>
a { background-color: #524A24; }
a { background-color: rgb(82,74,36); }
div.DivClassName
{
background-color: #524A24;
}
.BgClassName
{
background-color: #524A24;
}
</style>
border-color css
<style>
span { border-color: #524A24; }
span { border-color: rgb(82,74,36); }
td.TdClassName
{
border-color: #524A24;
}
.TagClassName
{
border-color: #524A24;
}
</style>