#502211

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

Shades of Indian Tan #502211

Tints of Indian Tan #502211

Color information

#502211 (or 0x502211) is unknown color: approx Indian Tan. HEX triplet: 50, 22 and 11. RGB value is (80,34,17). Sum of RGB (Red+Green+Blue) = 80+34+17=131 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.07% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 80 - color contains mainly: red. Hex color #502211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502211 is #AFDDEE. Grayscale: #2D2D2D. Windows color (decimal): -11525615 or 1122896. OLE color: 1122896.

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

Color convert

RGB803417-
CMYK00.580.790.69
HSL16.19º64.95%19.02%-
HSV(B)16.19º78.75%31.37%-
XYZ3.982.890.88-
YUV45.82111.74152.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 61.07%
GREEN value IS 34 (13.67% from 255) = 25.95%
BLUE value IS 17 (7.03% from 255) = 12.98%
R=61.07%
G=25.95%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80341700.580.790.6916.1964.9519.02
Hex50221103A4F45104113
Octal12042210721171052010123
Binary10100001000101000101110101001111100010110000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502211; }

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

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

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

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

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

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

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

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