Shades of Bronze Olive #524823
Tints of Bronze Olive #524823
RGB
CMYK
RGB Variations
Color information
#524823 (or 0x524823) is known color: Bronze Olive. HEX triplet: 52, 48 and 23. RGB value is (82,72,35). Sum of RGB (Red+Green+Blue) = 82+72+35=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 35 (14.06% from 255 or 18.52% from 189); Max value from RGB is 82 - color contains mainly: red. Hex color #524823 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524823 is #ADB7DC. Grayscale: #464646. Windows color (decimal): -11384797 or 2312274. OLE color: 2312274.
HSL color Cylindrical-coordinate representation of color #524823: hue angle of 47.23º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #524823 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 72 | 35 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.68 |
| HSL | 47.23º | 0.4% | 0.23% | - |
| HSV(B) | 47.23º | 0.57% | 0.32% | - |
| XYZ | 6.1 | 6.55 | 2.53 | - |
| YUV | 70.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 72 | 35 | 0 | 0.12 | 0.57 | 0.68 | 47.23 | 0.4 | 0.23 |
| Hex | 52 | 48 | 23 | 0 | C | 39 | 44 | 2F | 28 | 17 |
| Octal | 122 | 110 | 43 | 0 | 14 | 71 | 104 | 57 | 50 | 27 |
| Binary | 1010010 | 1001000 | 100011 | 0 | 1100 | 111001 | 1000100 | 101111 | 101000 | 10111 |
Color Harmonies of #524823
Complementary color
Monochromatic Colors of #524823
Black with #524823
Text Example
Text Example
White with #524823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524823; }
p { color: rgb(82,72,35); }
H1.HeaderClassName
{
color: #524823;
}
.AnyTagClassName
{
color: #524823;
}
</style>
background-color css
<style>
a { background-color: #524823; }
a { background-color: rgb(82,72,35); }
div.DivClassName
{
background-color: #524823;
}
.BgClassName
{
background-color: #524823;
}
</style>
border-color css
<style>
span { border-color: #524823; }
span { border-color: rgb(82,72,35); }
td.TdClassName
{
border-color: #524823;
}
.TagClassName
{
border-color: #524823;
}
</style>