Shades of Bronze Olive #52481C
Tints of Bronze Olive #52481C
RGB
CMYK
RGB Variations
Color information
#52481C (or 0x52481C) is known color: Bronze Olive. HEX triplet: 52, 48 and 1C. RGB value is (82,72,28). Sum of RGB (Red+Green+Blue) = 82+72+28=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 82 - color contains mainly: red. Hex color #52481C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52481C is #ADB7E3. Grayscale: #464646. Windows color (decimal): -11384804 or 1853522. OLE color: 1853522.
HSL color Cylindrical-coordinate representation of color #52481C: hue angle of 48.89º 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 #52481C is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 72 | 28 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.68 |
| HSL | 48.89º | 0.49% | 0.22% | - |
| HSV(B) | 48.89º | 0.66% | 0.32% | - |
| XYZ | 6.01 | 6.51 | 2.04 | - |
| YUV | 69.97 | 104.31 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 72 | 28 | 0 | 0.12 | 0.66 | 0.68 | 48.89 | 0.49 | 0.22 |
| Hex | 52 | 48 | 1C | 0 | C | 42 | 44 | 31 | 31 | 16 |
| Octal | 122 | 110 | 34 | 0 | 14 | 102 | 104 | 61 | 61 | 26 |
| Binary | 1010010 | 1001000 | 11100 | 0 | 1100 | 1000010 | 1000100 | 110001 | 110001 | 10110 |
Color Harmonies of #52481C
Complementary color
Monochromatic Colors of #52481C
Black with #52481C
Text Example
Text Example
White with #52481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52481C; }
p { color: rgb(82,72,28); }
H1.HeaderClassName
{
color: #52481C;
}
.AnyTagClassName
{
color: #52481C;
}
</style>
background-color css
<style>
a { background-color: #52481C; }
a { background-color: rgb(82,72,28); }
div.DivClassName
{
background-color: #52481C;
}
.BgClassName
{
background-color: #52481C;
}
</style>
border-color css
<style>
span { border-color: #52481C; }
span { border-color: rgb(82,72,28); }
td.TdClassName
{
border-color: #52481C;
}
.TagClassName
{
border-color: #52481C;
}
</style>