Shades of Bronze Olive #524801
Tints of Bronze Olive #524801
RGB
CMYK
RGB Variations
Color information
#524801 (or 0x524801) is known color: Bronze Olive. HEX triplet: 52, 48 and 01. RGB value is (82,72,1). Sum of RGB (Red+Green+Blue) = 82+72+1=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 72 (28.52% from 255 or 46.45% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #524801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524801 is #ADB7FE. Grayscale: #434343. Windows color (decimal): -11384831 or 84050. OLE color: 84050.
HSL color Cylindrical-coordinate representation of color #524801: hue angle of 52.59º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #524801 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 72 | 1 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.68 |
| HSL | 52.59º | 0.98% | 0.16% | - |
| HSV(B) | 52.59º | 0.99% | 0.32% | - |
| XYZ | 5.8 | 6.43 | 0.96 | - |
| YUV | 66.9 | 90.81 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 72 | 1 | 0 | 0.12 | 0.99 | 0.68 | 52.59 | 0.98 | 0.16 |
| Hex | 52 | 48 | 1 | 0 | C | 63 | 44 | 35 | 62 | 10 |
| Octal | 122 | 110 | 1 | 0 | 14 | 143 | 104 | 65 | 142 | 20 |
| Binary | 1010010 | 1001000 | 1 | 0 | 1100 | 1100011 | 1000100 | 110101 | 1100010 | 10000 |
Color Harmonies of #524801
Complementary color
Monochromatic Colors of #524801
Black with #524801
Text Example
Text Example
White with #524801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524801; }
p { color: rgb(82,72,1); }
H1.HeaderClassName
{
color: #524801;
}
.AnyTagClassName
{
color: #524801;
}
</style>
background-color css
<style>
a { background-color: #524801; }
a { background-color: rgb(82,72,1); }
div.DivClassName
{
background-color: #524801;
}
.BgClassName
{
background-color: #524801;
}
</style>
border-color css
<style>
span { border-color: #524801; }
span { border-color: rgb(82,72,1); }
td.TdClassName
{
border-color: #524801;
}
.TagClassName
{
border-color: #524801;
}
</style>