#502716

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

Shades of Indian Tan #502716

Tints of Indian Tan #502716

Color information

#502716 (or 0x502716) is unknown color: approx Indian Tan. HEX triplet: 50, 27 and 16. RGB value is (80,39,22). Sum of RGB (Red+Green+Blue) = 80+39+22=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 22 (8.98% from 255 or 15.60% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #502716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502716 is #AFD8E9. Grayscale: #313131. Windows color (decimal): -11524330 or 1451856. OLE color: 1451856.

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

Color convert

RGB803922-
CMYK00.510.720.69
HSL17.59º56.86%20%-
HSV(B)17.59º72.5%31.37%-
XYZ4.183.211.16-
YUV49.32112.58149.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 56.74%
GREEN value IS 39 (15.62% from 255) = 27.66%
BLUE value IS 22 (8.98% from 255) = 15.60%
R=56.74%
G=27.66%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80392200.510.720.6917.5956.8620
Hex5027160334845123914
Octal1204726063110105227124
Binary1010000100111101100110011100100010001011001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502716; }

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

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

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

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

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

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

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

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