#502B18

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

Shades of Indian Tan #502B18

Tints of Indian Tan #502B18

Color information

#502B18 (or 0x502B18) is unknown color: approx Indian Tan. HEX triplet: 50, 2B and 18. RGB value is (80,43,24). Sum of RGB (Red+Green+Blue) = 80+43+24=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 43 (17.19% from 255 or 29.25% from 147); Blue value is 24 (9.77% from 255 or 16.33% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #502B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502B18 is #AFD4E7. Grayscale: #343434. Windows color (decimal): -11523304 or 1583952. OLE color: 1583952.

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

Color convert

RGB804324-
CMYK00.460.700.69
HSL20.36º53.85%20.39%-
HSV(B)20.36º70%31.37%-
XYZ4.343.51.31-
YUV51.9112.26148.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.42%
GREEN value IS 43 (17.19% from 255) = 29.25%
BLUE value IS 24 (9.77% from 255) = 16.33%
R=54.42%
G=29.25%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80432400.460.700.6920.3653.8520.39
Hex502B1802E4645143614
Octal1205330056106105246624
Binary1010000101011110000101110100011010001011010011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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