#50301E

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

Shades of Indian Tan #50301E

Tints of Indian Tan #50301E

Color information

#50301E (or 0x50301E) is unknown color: approx Indian Tan. HEX triplet: 50, 30 and 1E. RGB value is (80,48,30). Sum of RGB (Red+Green+Blue) = 80+48+30=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 48 (19.14% from 255 or 30.38% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #50301E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50301E is #AFCFE1. Grayscale: #373737. Windows color (decimal): -11522018 or 1978448. OLE color: 1978448.

HSL color Cylindrical-coordinate representation of color #50301E: hue angle of 21.6º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50301E is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB804830-
CMYK00.400.620.69
HSL21.6º45.45%21.57%-
HSV(B)21.6º62.5%31.37%-
XYZ4.63.911.74-
YUV55.52113.6145.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.63%
GREEN value IS 48 (19.14% from 255) = 30.38%
BLUE value IS 30 (12.11% from 255) = 18.99%
R=50.63%
G=30.38%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80483000.400.620.6921.645.4521.57
Hex50301E0283E45162d16
Octal120603605076105265526
Binary101000011000011110010100011111010001011011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50301E; }

 p { color: rgb(80,48,30); }

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

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

 a { background-color: rgb(80,48,30); }

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

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

 span { border-color: rgb(80,48,30); }

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