#504910

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

Shades of Bronze Olive #504910

Tints of Bronze Olive #504910

Color information

#504910 (or 0x504910) is unknown color: approx Bronze Olive. HEX triplet: 50, 49 and 10. RGB value is (80,73,16). Sum of RGB (Red+Green+Blue) = 80+73+16=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 73 (28.91% from 255 or 43.20% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #504910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504910 is #AFB6EF. Grayscale: #444444. Windows color (decimal): -11515632 or 1067344. OLE color: 1067344.

HSL color Cylindrical-coordinate representation of color #504910: hue angle of 53.44º 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 #504910 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB807316-
CMYK00.090.800.69
HSL53.44º66.67%18.82%-
HSV(B)53.44º80%31.37%-
XYZ5.786.511.44-
YUV68.698.32136.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.34%
GREEN value IS 73 (28.91% from 255) = 43.20%
BLUE value IS 16 (6.64% from 255) = 9.47%
R=47.34%
G=43.20%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80731600.090.800.6953.4466.6718.82
Hex504910095045354313
Octal120111200111201056510323
Binary10100001001001100000100110100001000101110101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504910; }

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

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

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

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

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

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

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

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