Shades of Bronze Olive #504713
Tints of Bronze Olive #504713
RGB
CMYK
RGB Variations
Color information
#504713 (or 0x504713) is known color: Bronze Olive. HEX triplet: 50, 47 and 13. RGB value is (80,71,19). Sum of RGB (Red+Green+Blue) = 80+71+19=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 80 - color contains mainly: red. Hex color #504713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504713 is #AFB8EC. Grayscale: #434343. Windows color (decimal): -11516141 or 1263440. OLE color: 1263440.
HSL color Cylindrical-coordinate representation of color #504713: hue angle of 51.15º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #504713 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 71 | 19 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.69 |
| HSL | 51.15º | 0.62% | 0.19% | - |
| HSV(B) | 51.15º | 0.76% | 0.31% | - |
| XYZ | 5.68 | 6.26 | 1.52 | - |
| YUV | 67.76 | 100.48 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 71 | 19 | 0 | 0.11 | 0.76 | 0.69 | 51.15 | 0.62 | 0.19 |
| Hex | 50 | 47 | 13 | 0 | B | 4C | 45 | 33 | 3E | 13 |
| Octal | 120 | 107 | 23 | 0 | 13 | 114 | 105 | 63 | 76 | 23 |
| Binary | 1010000 | 1000111 | 10011 | 0 | 1011 | 1001100 | 1000101 | 110011 | 111110 | 10011 |
Color Harmonies of #504713
Complementary color
Monochromatic Colors of #504713
Black with #504713
Text Example
Text Example
White with #504713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504713; }
p { color: rgb(80,71,19); }
H1.HeaderClassName
{
color: #504713;
}
.AnyTagClassName
{
color: #504713;
}
</style>
background-color css
<style>
a { background-color: #504713; }
a { background-color: rgb(80,71,19); }
div.DivClassName
{
background-color: #504713;
}
.BgClassName
{
background-color: #504713;
}
</style>
border-color css
<style>
span { border-color: #504713; }
span { border-color: rgb(80,71,19); }
td.TdClassName
{
border-color: #504713;
}
.TagClassName
{
border-color: #504713;
}
</style>