#50210B

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

Shades of Indian Tan #50210B

Tints of Indian Tan #50210B

Color information

#50210B (or 0x50210B) is unknown color: approx Indian Tan. HEX triplet: 50, 21 and 0B. RGB value is (80,33,11). Sum of RGB (Red+Green+Blue) = 80+33+11=124 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64.52% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 80 - color contains mainly: red. Hex color #50210B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50210B is #AFDEF4. Grayscale: #2C2C2C. Windows color (decimal): -11525877 or 729424. OLE color: 729424.

HSL color Cylindrical-coordinate representation of color #50210B: hue angle of 19.13º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50210B is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB803311-
CMYK00.590.860.69
HSL19.13º75.82%17.84%-
HSV(B)19.13º86.25%31.37%-
XYZ3.912.820.65-
YUV44.54109.07153.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 64.52%
GREEN value IS 33 (13.28% from 255) = 26.61%
BLUE value IS 11 (4.69% from 255) = 8.87%
R=64.52%
G=26.61%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80331100.590.860.6919.1375.8217.84
Hex5021B03B5645134c12
Octal12041130731261052311422
Binary1010000100001101101110111010110100010110011100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50210B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50210B; }

 p { color: rgb(80,33,11); }

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

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

 a { background-color: rgb(80,33,11); }

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

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

 span { border-color: rgb(80,33,11); }

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