Shades of Bronze Olive #52480D
Tints of Bronze Olive #52480D
RGB
CMYK
RGB Variations
Color information
#52480D (or 0x52480D) is known color: Bronze Olive. HEX triplet: 52, 48 and 0D. RGB value is (82,72,13). Sum of RGB (Red+Green+Blue) = 82+72+13=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #52480D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52480D is #ADB7F2. Grayscale: #444444. Windows color (decimal): -11384819 or 870482. OLE color: 870482.
HSL color Cylindrical-coordinate representation of color #52480D: hue angle of 51.3º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52480D is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 72 | 13 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.68 |
| HSL | 51.3º | 0.73% | 0.19% | - |
| HSV(B) | 51.3º | 0.84% | 0.32% | - |
| XYZ | 5.87 | 6.46 | 1.32 | - |
| YUV | 68.26 | 96.81 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 72 | 13 | 0 | 0.12 | 0.84 | 0.68 | 51.3 | 0.73 | 0.19 |
| Hex | 52 | 48 | D | 0 | C | 54 | 44 | 33 | 49 | 13 |
| Octal | 122 | 110 | 15 | 0 | 14 | 124 | 104 | 63 | 111 | 23 |
| Binary | 1010010 | 1001000 | 1101 | 0 | 1100 | 1010100 | 1000100 | 110011 | 1001001 | 10011 |
Color Harmonies of #52480D
Complementary color
Monochromatic Colors of #52480D
Black with #52480D
Text Example
Text Example
White with #52480D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52480D; }
p { color: rgb(82,72,13); }
H1.HeaderClassName
{
color: #52480D;
}
.AnyTagClassName
{
color: #52480D;
}
</style>
background-color css
<style>
a { background-color: #52480D; }
a { background-color: rgb(82,72,13); }
div.DivClassName
{
background-color: #52480D;
}
.BgClassName
{
background-color: #52480D;
}
</style>
border-color css
<style>
span { border-color: #52480D; }
span { border-color: rgb(82,72,13); }
td.TdClassName
{
border-color: #52480D;
}
.TagClassName
{
border-color: #52480D;
}
</style>