#502C18

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

Shades of Indian Tan #502C18

Tints of Indian Tan #502C18

Color information

#502C18 (or 0x502C18) is unknown color: approx Indian Tan. HEX triplet: 50, 2C and 18. RGB value is (80,44,24). Sum of RGB (Red+Green+Blue) = 80+44+24=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 44 (17.58% from 255 or 29.73% from 148); Blue value is 24 (9.77% from 255 or 16.22% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #502C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502C18 is #AFD3E7. Grayscale: #343434. Windows color (decimal): -11523048 or 1584208. OLE color: 1584208.

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

Color convert

RGB804424-
CMYK00.450.700.69
HSL21.43º53.85%20.39%-
HSV(B)21.43º70%31.37%-
XYZ4.373.571.32-
YUV52.48111.93147.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.05%
GREEN value IS 44 (17.58% from 255) = 29.73%
BLUE value IS 24 (9.77% from 255) = 16.22%
R=54.05%
G=29.73%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80442400.450.700.6921.4353.8520.39
Hex502C1802D4645153614
Octal1205430055106105256624
Binary1010000101100110000101101100011010001011010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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