#50200C

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

Shades of Indian Tan #50200C

Tints of Indian Tan #50200C

Color information

#50200C (or 0x50200C) is unknown color: approx Indian Tan. HEX triplet: 50, 20 and 0C. RGB value is (80,32,12). Sum of RGB (Red+Green+Blue) = 80+32+12=124 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64.52% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 80 - color contains mainly: red. Hex color #50200C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50200C is #AFDFF3. Grayscale: #2C2C2C. Windows color (decimal): -11526132 or 794704. OLE color: 794704.

HSL color Cylindrical-coordinate representation of color #50200C: hue angle of 17.65º 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 #50200C is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB803212-
CMYK00.600.850.69
HSL17.65º73.91%18.04%-
HSV(B)17.65º85%31.37%-
XYZ3.892.770.68-
YUV44.07109.9153.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 64.52%
GREEN value IS 32 (12.89% from 255) = 25.81%
BLUE value IS 12 (5.08% from 255) = 9.68%
R=64.52%
G=25.81%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80321200.600.850.6917.6573.9118.04
Hex5020C03C5545124a12
Octal12040140741251052211222
Binary1010000100000110001111001010101100010110010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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