#502D20

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

Shades of Indian Tan #502D20

Tints of Indian Tan #502D20

Color information

#502D20 (or 0x502D20) is unknown color: approx Indian Tan. HEX triplet: 50, 2D and 20. RGB value is (80,45,32). Sum of RGB (Red+Green+Blue) = 80+45+32=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #502D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502D20 is #AFD2DF. Grayscale: #363636. Windows color (decimal): -11522784 or 2108752. OLE color: 2108752.

HSL color Cylindrical-coordinate representation of color #502D20: hue angle of 16.25º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #502D20 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB804532-
CMYK00.440.600.69
HSL16.25º42.86%21.96%-
HSV(B)16.25º60%31.37%-
XYZ4.513.691.84-
YUV53.98115.6146.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.96%
GREEN value IS 45 (17.97% from 255) = 28.66%
BLUE value IS 32 (12.89% from 255) = 20.38%
R=50.96%
G=28.66%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.60
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80453200.440.600.6916.2542.8621.96
Hex502D2002C3C45102b16
Octal120554005474105205326
Binary1010000101101100000010110011110010001011000010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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