#50210D

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

Shades of Indian Tan #50210D

Tints of Indian Tan #50210D

Color information

#50210D (or 0x50210D) is unknown color: approx Indian Tan. HEX triplet: 50, 21 and 0D. RGB value is (80,33,13). Sum of RGB (Red+Green+Blue) = 80+33+13=126 (16% of max value = 765). Red value is 80 (31.64% from 255 or 63.49% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 80 - color contains mainly: red. Hex color #50210D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50210D is #AFDEF2. Grayscale: #2C2C2C. Windows color (decimal): -11525875 or 860496. OLE color: 860496.

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

Color convert

RGB803313-
CMYK00.590.840.69
HSL17.91º72.04%18.24%-
HSV(B)17.91º83.75%31.37%-
XYZ3.922.820.72-
YUV44.77110.07153.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 63.49%
GREEN value IS 33 (13.28% from 255) = 26.19%
BLUE value IS 13 (5.47% from 255) = 10.32%
R=63.49%
G=26.19%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80331300.590.840.6917.9172.0418.24
Hex5021D03B5445124812
Octal12041150731241052211022
Binary1010000100001110101110111010100100010110010100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50210D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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