Shades of Bronze Olive #504615
Tints of Bronze Olive #504615
RGB
CMYK
RGB Variations
Color information
#504615 (or 0x504615) is known color: Bronze Olive. HEX triplet: 50, 46 and 15. RGB value is (80,70,21). Sum of RGB (Red+Green+Blue) = 80+70+21=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 80 - color contains mainly: red. Hex color #504615 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504615 is #AFB9EA. Grayscale: #434343. Windows color (decimal): -11516395 or 1394256. OLE color: 1394256.
HSL color Cylindrical-coordinate representation of color #504615: hue angle of 49.83º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #504615 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 70 | 21 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.69 |
| HSL | 49.83º | 0.58% | 0.2% | - |
| HSV(B) | 49.83º | 0.74% | 0.31% | - |
| XYZ | 5.63 | 6.14 | 1.6 | - |
| YUV | 67.4 | 101.81 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 70 | 21 | 0 | 0.12 | 0.74 | 0.69 | 49.83 | 0.58 | 0.2 |
| Hex | 50 | 46 | 15 | 0 | C | 4A | 45 | 32 | 3A | 14 |
| Octal | 120 | 106 | 25 | 0 | 14 | 112 | 105 | 62 | 72 | 24 |
| Binary | 1010000 | 1000110 | 10101 | 0 | 1100 | 1001010 | 1000101 | 110010 | 111010 | 10100 |
Color Harmonies of #504615
Complementary color
Monochromatic Colors of #504615
Black with #504615
Text Example
Text Example
White with #504615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504615; }
p { color: rgb(80,70,21); }
H1.HeaderClassName
{
color: #504615;
}
.AnyTagClassName
{
color: #504615;
}
</style>
background-color css
<style>
a { background-color: #504615; }
a { background-color: rgb(80,70,21); }
div.DivClassName
{
background-color: #504615;
}
.BgClassName
{
background-color: #504615;
}
</style>
border-color css
<style>
span { border-color: #504615; }
span { border-color: rgb(80,70,21); }
td.TdClassName
{
border-color: #504615;
}
.TagClassName
{
border-color: #504615;
}
</style>