Shades of Bronze Olive #504814
Tints of Bronze Olive #504814
RGB
CMYK
RGB Variations
Color information
#504814 (or 0x504814) is known color: Bronze Olive. HEX triplet: 50, 48 and 14. RGB value is (80,72,20). Sum of RGB (Red+Green+Blue) = 80+72+20=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #504814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504814 is #AFB7EB. Grayscale: #444444. Windows color (decimal): -11515884 or 1329232. OLE color: 1329232.
HSL color Cylindrical-coordinate representation of color #504814: hue angle of 52º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #504814 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 72 | 20 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.69 |
| HSL | 52º | 0.6% | 0.2% | - |
| HSV(B) | 52º | 0.75% | 0.31% | - |
| XYZ | 5.75 | 6.39 | 1.59 | - |
| YUV | 68.46 | 100.65 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 72 | 20 | 0 | 0.10 | 0.75 | 0.69 | 52 | 0.6 | 0.2 |
| Hex | 50 | 48 | 14 | 0 | A | 4B | 45 | 34 | 3C | 14 |
| Octal | 120 | 110 | 24 | 0 | 12 | 113 | 105 | 64 | 74 | 24 |
| Binary | 1010000 | 1001000 | 10100 | 0 | 1010 | 1001011 | 1000101 | 110100 | 111100 | 10100 |
Color Harmonies of #504814
Complementary color
Monochromatic Colors of #504814
Black with #504814
Text Example
Text Example
White with #504814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504814; }
p { color: rgb(80,72,20); }
H1.HeaderClassName
{
color: #504814;
}
.AnyTagClassName
{
color: #504814;
}
</style>
background-color css
<style>
a { background-color: #504814; }
a { background-color: rgb(80,72,20); }
div.DivClassName
{
background-color: #504814;
}
.BgClassName
{
background-color: #504814;
}
</style>
border-color css
<style>
span { border-color: #504814; }
span { border-color: rgb(80,72,20); }
td.TdClassName
{
border-color: #504814;
}
.TagClassName
{
border-color: #504814;
}
</style>