#50210C

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

Shades of Indian Tan #50210C

Tints of Indian Tan #50210C

Color information

#50210C (or 0x50210C) is unknown color: approx Indian Tan. HEX triplet: 50, 21 and 0C. RGB value is (80,33,12). Sum of RGB (Red+Green+Blue) = 80+33+12=125 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 80 - color contains mainly: red. Hex color #50210C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50210C is #AFDEF3. Grayscale: #2C2C2C. Windows color (decimal): -11525876 or 794960. OLE color: 794960.

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

Color convert

RGB803312-
CMYK00.590.850.69
HSL18.53º73.91%18.04%-
HSV(B)18.53º85%31.37%-
XYZ3.922.820.69-
YUV44.66109.57153.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 64%
GREEN value IS 33 (13.28% from 255) = 26.4%
BLUE value IS 12 (5.08% from 255) = 9.6%
R=64%
G=26.4%
B=9.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80331200.590.850.6918.5373.9118.04
Hex5021C03B5545134a12
Octal12041140731251052311222
Binary1010000100001110001110111010101100010110011100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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