#502516

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

Shades of Indian Tan #502516

Tints of Indian Tan #502516

Color information

#502516 (or 0x502516) is unknown color: approx Indian Tan. HEX triplet: 50, 25 and 16. RGB value is (80,37,22). Sum of RGB (Red+Green+Blue) = 80+37+22=139 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.55% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 80 - color contains mainly: red. Hex color #502516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502516 is #AFDAE9. Grayscale: #303030. Windows color (decimal): -11524842 or 1451344. OLE color: 1451344.

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

Color convert

RGB803722-
CMYK00.540.720.69
HSL15.52º56.86%20%-
HSV(B)15.52º72.5%31.37%-
XYZ4.113.091.14-
YUV48.15113.25150.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 57.55%
GREEN value IS 37 (14.84% from 255) = 26.62%
BLUE value IS 22 (8.98% from 255) = 15.83%
R=57.55%
G=26.62%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80372200.540.720.6915.5256.8620
Hex5025160364845103914
Octal1204526066110105207124
Binary1010000100101101100110110100100010001011000011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502516; }

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

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

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

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

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

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

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

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