Shades of Bronze Olive #504A14
Tints of Bronze Olive #504A14
RGB
CMYK
RGB Variations
Color information
#504A14 (or 0x504A14) is known color: Bronze Olive. HEX triplet: 50, 4A and 14. RGB value is (80,74,20). Sum of RGB (Red+Green+Blue) = 80+74+20=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 74 (29.30% from 255 or 42.53% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 80 - color contains mainly: red. Hex color #504A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504A14 is #AFB5EB. Grayscale: #454545. Windows color (decimal): -11515372 or 1329744. OLE color: 1329744.
HSL color Cylindrical-coordinate representation of color #504A14: hue angle of 54º 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 #504A14 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 74 | 20 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.69 |
| HSL | 54º | 0.6% | 0.2% | - |
| HSV(B) | 54º | 0.75% | 0.31% | - |
| XYZ | 5.88 | 6.65 | 1.64 | - |
| YUV | 69.64 | 99.99 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 20 | 0 | 0.08 | 0.75 | 0.69 | 54 | 0.6 | 0.2 |
| Hex | 50 | 4A | 14 | 0 | 8 | 4B | 45 | 36 | 3C | 14 |
| Octal | 120 | 112 | 24 | 0 | 10 | 113 | 105 | 66 | 74 | 24 |
| Binary | 1010000 | 1001010 | 10100 | 0 | 1000 | 1001011 | 1000101 | 110110 | 111100 | 10100 |
Color Harmonies of #504A14
Complementary color
Monochromatic Colors of #504A14
Black with #504A14
Text Example
Text Example
White with #504A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504A14; }
p { color: rgb(80,74,20); }
H1.HeaderClassName
{
color: #504A14;
}
.AnyTagClassName
{
color: #504A14;
}
</style>
background-color css
<style>
a { background-color: #504A14; }
a { background-color: rgb(80,74,20); }
div.DivClassName
{
background-color: #504A14;
}
.BgClassName
{
background-color: #504A14;
}
</style>
border-color css
<style>
span { border-color: #504A14; }
span { border-color: rgb(80,74,20); }
td.TdClassName
{
border-color: #504A14;
}
.TagClassName
{
border-color: #504A14;
}
</style>