Shades of Bronze Olive #504A0E
Tints of Bronze Olive #504A0E
RGB
CMYK
RGB Variations
Color information
#504A0E (or 0x504A0E) is known color: Bronze Olive. HEX triplet: 50, 4A and 0E. RGB value is (80,74,14). Sum of RGB (Red+Green+Blue) = 80+74+14=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 74 (29.30% from 255 or 44.05% from 168); Blue value is 14 (5.86% from 255 or 8.33% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #504A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504A0E is #AFB5F1. Grayscale: #454545. Windows color (decimal): -11515378 or 936528. OLE color: 936528.
HSL color Cylindrical-coordinate representation of color #504A0E: hue angle of 54.55º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #504A0E is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 74 | 14 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.69 |
| HSL | 54.55º | 0.7% | 0.18% | - |
| HSV(B) | 54.55º | 0.83% | 0.31% | - |
| XYZ | 5.84 | 6.63 | 1.39 | - |
| YUV | 68.95 | 96.99 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 14 | 0 | 0.08 | 0.83 | 0.69 | 54.55 | 0.7 | 0.18 |
| Hex | 50 | 4A | E | 0 | 8 | 53 | 45 | 37 | 46 | 12 |
| Octal | 120 | 112 | 16 | 0 | 10 | 123 | 105 | 67 | 106 | 22 |
| Binary | 1010000 | 1001010 | 1110 | 0 | 1000 | 1010011 | 1000101 | 110111 | 1000110 | 10010 |
Color Harmonies of #504A0E
Complementary color
Monochromatic Colors of #504A0E
Black with #504A0E
Text Example
Text Example
White with #504A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504A0E; }
p { color: rgb(80,74,14); }
H1.HeaderClassName
{
color: #504A0E;
}
.AnyTagClassName
{
color: #504A0E;
}
</style>
background-color css
<style>
a { background-color: #504A0E; }
a { background-color: rgb(80,74,14); }
div.DivClassName
{
background-color: #504A0E;
}
.BgClassName
{
background-color: #504A0E;
}
</style>
border-color css
<style>
span { border-color: #504A0E; }
span { border-color: rgb(80,74,14); }
td.TdClassName
{
border-color: #504A0E;
}
.TagClassName
{
border-color: #504A0E;
}
</style>