#502D16

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

Shades of Indian Tan #502D16

Tints of Indian Tan #502D16

Color information

#502D16 (or 0x502D16) is unknown color: approx Indian Tan. HEX triplet: 50, 2D and 16. RGB value is (80,45,22). Sum of RGB (Red+Green+Blue) = 80+45+22=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 45 (17.97% from 255 or 30.61% from 147); Blue value is 22 (8.98% from 255 or 14.97% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #502D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502D16 is #AFD2E9. Grayscale: #343434. Windows color (decimal): -11522794 or 1453392. OLE color: 1453392.

HSL color Cylindrical-coordinate representation of color #502D16: hue angle of 23.79º 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 #502D16 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB804522-
CMYK00.440.720.69
HSL23.79º56.86%20%-
HSV(B)23.79º72.5%31.37%-
XYZ4.393.641.23-
YUV52.84110.6147.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.42%
GREEN value IS 45 (17.97% from 255) = 30.61%
BLUE value IS 22 (8.98% from 255) = 14.97%
R=54.42%
G=30.61%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80452200.440.720.6923.7956.8620
Hex502D1602C4845183914
Octal1205526054110105307124
Binary1010000101101101100101100100100010001011100011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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