#50291B

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

Shades of Indian Tan #50291B

Tints of Indian Tan #50291B

Color information

#50291B (or 0x50291B) is unknown color: approx Indian Tan. HEX triplet: 50, 29 and 1B. RGB value is (80,41,27). Sum of RGB (Red+Green+Blue) = 80+41+27=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #50291B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50291B is #AFD6E4. Grayscale: #333333. Windows color (decimal): -11523813 or 1780048. OLE color: 1780048.

HSL color Cylindrical-coordinate representation of color #50291B: hue angle of 15.85º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50291B is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB804127-
CMYK00.490.660.69
HSL15.85º49.53%20.98%-
HSV(B)15.85º66.25%31.37%-
XYZ4.33.371.46-
YUV51.06114.42148.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.05%
GREEN value IS 41 (16.41% from 255) = 27.70%
BLUE value IS 27 (10.94% from 255) = 18.24%
R=54.05%
G=27.70%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80412700.490.660.6915.8549.5320.98
Hex50291B0314245103215
Octal1205133061102105206225
Binary1010000101001110110110001100001010001011000011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50291B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50291B; }

 p { color: rgb(80,41,27); }

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

<style>
 a { background-color: #50291B; }

 a { background-color: rgb(80,41,27); }

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

<style>
 span { border-color: #50291B; }

 span { border-color: rgb(80,41,27); }

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