#50311F

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

Shades of Indian Tan #50311F

Tints of Indian Tan #50311F

Color information

#50311F (or 0x50311F) is unknown color: approx Indian Tan. HEX triplet: 50, 31 and 1F. RGB value is (80,49,31). Sum of RGB (Red+Green+Blue) = 80+49+31=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #50311F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50311F is #AFCEE0. Grayscale: #383838. Windows color (decimal): -11521761 or 2044240. OLE color: 2044240.

HSL color Cylindrical-coordinate representation of color #50311F: hue angle of 22.04º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50311F is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB804931-
CMYK00.390.610.69
HSL22.04º44.14%21.76%-
HSV(B)22.04º61.25%31.37%-
XYZ4.6541.82-
YUV56.22113.77144.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50%
GREEN value IS 49 (19.53% from 255) = 30.62%
BLUE value IS 31 (12.5% from 255) = 19.38%
R=50%
G=30.62%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80493100.390.610.6922.0444.1421.76
Hex50311F0273D45162c16
Octal120613704775105265426
Binary101000011000111111010011111110110001011011010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50311F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50311F; }

 p { color: rgb(80,49,31); }

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

<style>
 a { background-color: #50311F; }

 a { background-color: rgb(80,49,31); }

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

<style>
 span { border-color: #50311F; }

 span { border-color: rgb(80,49,31); }

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