#502A16

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

Shades of Indian Tan #502A16

Tints of Indian Tan #502A16

Color information

#502A16 (or 0x502A16) is unknown color: approx Indian Tan. HEX triplet: 50, 2A and 16. RGB value is (80,42,22). Sum of RGB (Red+Green+Blue) = 80+42+22=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 42 (16.80% from 255 or 29.17% from 144); Blue value is 22 (8.98% from 255 or 15.28% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #502A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502A16 is #AFD5E9. Grayscale: #333333. Windows color (decimal): -11523562 or 1452624. OLE color: 1452624.

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

Color convert

RGB804222-
CMYK00.480.720.69
HSL20.69º56.86%20%-
HSV(B)20.69º72.5%31.37%-
XYZ4.283.421.19-
YUV51.08111.59148.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.56%
GREEN value IS 42 (16.80% from 255) = 29.17%
BLUE value IS 22 (8.98% from 255) = 15.28%
R=55.56%
G=29.17%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80422200.480.720.6920.6956.8620
Hex502A160304845153914
Octal1205226060110105257124
Binary1010000101010101100110000100100010001011010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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