#504710

Color #504710 Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #504710

Tints of Bronze Olive #504710

Color information

#504710 (or 0x504710) is unknown color: approx Bronze Olive. HEX triplet: 50, 47 and 10. RGB value is (80,71,16). Sum of RGB (Red+Green+Blue) = 80+71+16=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #504710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504710 is #AFB8EF. Grayscale: #434343. Windows color (decimal): -11516144 or 1066832. OLE color: 1066832.

HSL color Cylindrical-coordinate representation of color #504710: hue angle of 51.56º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #504710 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB807116-
CMYK00.110.800.69
HSL51.56º66.67%18.82%-
HSV(B)51.56º80%31.37%-
XYZ5.666.251.4-
YUV67.4298.98136.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 47.90%
GREEN value IS 71 (28.12% from 255) = 42.51%
BLUE value IS 16 (6.64% from 255) = 9.58%
R=47.90%
G=42.51%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80711600.110.800.6951.5666.6718.82
Hex5047100B5045344313
Octal120107200131201056410323
Binary10100001000111100000101110100001000101110100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504710; }

 p { color: rgb(80,71,16); }

 H1.HeaderClassName
 {
   color: #504710;
 }
 .AnyTagClassName
 {
   color: #504710;
 }
</style>
background-color css

<style>
 a { background-color: #504710; }

 a { background-color: rgb(80,71,16); }

 div.DivClassName
 {
   background-color: #504710;
 }
 .BgClassName
 {
   background-color: #504710;
 }
</style>
border-color css

<style>
 span { border-color: #504710; }

 span { border-color: rgb(80,71,16); }

 td.TdClassName
 {
   border-color: #504710;
 }
 .TagClassName
 {
   border-color: #504710;
 }
</style>