#502E1A

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

Shades of Indian Tan #502E1A

Tints of Indian Tan #502E1A

Color information

#502E1A (or 0x502E1A) is unknown color: approx Indian Tan. HEX triplet: 50, 2E and 1A. RGB value is (80,46,26). Sum of RGB (Red+Green+Blue) = 80+46+26=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #502E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502E1A is #AFD1E5. Grayscale: #363636. Windows color (decimal): -11522534 or 1715792. OLE color: 1715792.

HSL color Cylindrical-coordinate representation of color #502E1A: hue angle of 22.22º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #502E1A is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB804626-
CMYK00.420.670.69
HSL22.22º50.94%20.78%-
HSV(B)22.22º67.5%31.37%-
XYZ4.473.731.46-
YUV53.89112.26146.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.63%
GREEN value IS 46 (18.36% from 255) = 30.26%
BLUE value IS 26 (10.55% from 255) = 17.11%
R=52.63%
G=30.26%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80462600.420.670.6922.2250.9420.78
Hex502E1A02A4345163315
Octal1205632052103105266325
Binary1010000101110110100101010100001110001011011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502E1A; }

 p { color: rgb(80,46,26); }

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

<style>
 a { background-color: #502E1A; }

 a { background-color: rgb(80,46,26); }

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

<style>
 span { border-color: #502E1A; }

 span { border-color: rgb(80,46,26); }

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