#502C16

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

Shades of Indian Tan #502C16

Tints of Indian Tan #502C16

Color information

#502C16 (or 0x502C16) is unknown color: approx Indian Tan. HEX triplet: 50, 2C and 16. RGB value is (80,44,22). Sum of RGB (Red+Green+Blue) = 80+44+22=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 44 (17.58% from 255 or 30.14% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #502C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502C16 is #AFD3E9. Grayscale: #343434. Windows color (decimal): -11523050 or 1453136. OLE color: 1453136.

HSL color Cylindrical-coordinate representation of color #502C16: hue angle of 22.76º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #502C16 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB804422-
CMYK00.450.720.69
HSL22.76º56.86%20%-
HSV(B)22.76º72.5%31.37%-
XYZ4.353.561.22-
YUV52.26110.93147.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.79%
GREEN value IS 44 (17.58% from 255) = 30.14%
BLUE value IS 22 (8.98% from 255) = 15.07%
R=54.79%
G=30.14%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80442200.450.720.6922.7656.8620
Hex502C1602D4845173914
Octal1205426055110105277124
Binary1010000101100101100101101100100010001011011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,44,22); }

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

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

 a { background-color: rgb(80,44,22); }

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

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

 span { border-color: rgb(80,44,22); }

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