Shades of Bronze Olive #504711
Tints of Bronze Olive #504711
RGB
CMYK
RGB Variations
Color information
#504711 (or 0x504711) is known color: Bronze Olive. HEX triplet: 50, 47 and 11. RGB value is (80,71,17). Sum of RGB (Red+Green+Blue) = 80+71+17=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 71 (28.12% from 255 or 42.26% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #504711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504711 is #AFB8EE. Grayscale: #434343. Windows color (decimal): -11516143 or 1132368. OLE color: 1132368.
HSL color Cylindrical-coordinate representation of color #504711: hue angle of 51.43º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #504711 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 71 | 17 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.69 |
| HSL | 51.43º | 0.65% | 0.19% | - |
| HSV(B) | 51.43º | 0.79% | 0.31% | - |
| XYZ | 5.66 | 6.25 | 1.44 | - |
| YUV | 67.54 | 99.48 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 71 | 17 | 0 | 0.11 | 0.79 | 0.69 | 51.43 | 0.65 | 0.19 |
| Hex | 50 | 47 | 11 | 0 | B | 4F | 45 | 33 | 41 | 13 |
| Octal | 120 | 107 | 21 | 0 | 13 | 117 | 105 | 63 | 101 | 23 |
| Binary | 1010000 | 1000111 | 10001 | 0 | 1011 | 1001111 | 1000101 | 110011 | 1000001 | 10011 |
Color Harmonies of #504711
Complementary color
Monochromatic Colors of #504711
Black with #504711
Text Example
Text Example
White with #504711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504711; }
p { color: rgb(80,71,17); }
H1.HeaderClassName
{
color: #504711;
}
.AnyTagClassName
{
color: #504711;
}
</style>
background-color css
<style>
a { background-color: #504711; }
a { background-color: rgb(80,71,17); }
div.DivClassName
{
background-color: #504711;
}
.BgClassName
{
background-color: #504711;
}
</style>
border-color css
<style>
span { border-color: #504711; }
span { border-color: rgb(80,71,17); }
td.TdClassName
{
border-color: #504711;
}
.TagClassName
{
border-color: #504711;
}
</style>