#502711

Color #502711 Indian Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indian Tan #502711

Tints of Indian Tan #502711

Color information

#502711 (or 0x502711) is unknown color: approx Indian Tan. HEX triplet: 50, 27 and 11. RGB value is (80,39,17). Sum of RGB (Red+Green+Blue) = 80+39+17=136 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.82% from 136); Green value is 39 (15.62% from 255 or 28.68% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 80 - color contains mainly: red. Hex color #502711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502711 is #AFD8EE. Grayscale: #303030. Windows color (decimal): -11524335 or 1124176. OLE color: 1124176.

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

Color convert

RGB803917-
CMYK00.510.790.69
HSL20.95º64.95%19.02%-
HSV(B)20.95º78.75%31.37%-
XYZ4.133.20.93-
YUV48.75110.08150.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 58.82%
GREEN value IS 39 (15.62% from 255) = 28.68%
BLUE value IS 17 (7.03% from 255) = 12.5%
R=58.82%
G=28.68%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80391700.510.790.6920.9564.9519.02
Hex5027110334F45154113
Octal12047210631171052510123
Binary10100001001111000101100111001111100010110101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502711; }

 p { color: rgb(80,39,17); }

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

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

 a { background-color: rgb(80,39,17); }

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

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

 span { border-color: rgb(80,39,17); }

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