#502B15

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

Shades of Indian Tan #502B15

Tints of Indian Tan #502B15

Color information

#502B15 (or 0x502B15) is unknown color: approx Indian Tan. HEX triplet: 50, 2B and 15. RGB value is (80,43,21). Sum of RGB (Red+Green+Blue) = 80+43+21=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 43 (17.19% from 255 or 29.86% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #502B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502B15 is #AFD4EA. Grayscale: #333333. Windows color (decimal): -11523307 or 1387344. OLE color: 1387344.

HSL color Cylindrical-coordinate representation of color #502B15: hue angle of 22.37º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #502B15 is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB804321-
CMYK00.460.740.69
HSL22.37º58.42%19.8%-
HSV(B)22.37º73.75%31.37%-
XYZ4.313.491.16-
YUV51.56110.76148.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.56%
GREEN value IS 43 (17.19% from 255) = 29.86%
BLUE value IS 21 (8.59% from 255) = 14.58%
R=55.56%
G=29.86%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80432100.460.740.6922.3758.4219.8
Hex502B1502E4A45163a14
Octal1205325056112105267224
Binary1010000101011101010101110100101010001011011011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,43,21); }

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

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

 a { background-color: rgb(80,43,21); }

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

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

 span { border-color: rgb(80,43,21); }

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