#502D18

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

Shades of Indian Tan #502D18

Tints of Indian Tan #502D18

Color information

#502D18 (or 0x502D18) is unknown color: approx Indian Tan. HEX triplet: 50, 2D and 18. RGB value is (80,45,24). Sum of RGB (Red+Green+Blue) = 80+45+24=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #502D18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502D18 is #AFD2E7. Grayscale: #353535. Windows color (decimal): -11522792 or 1584464. OLE color: 1584464.

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

Color convert

RGB804524-
CMYK00.440.700.69
HSL22.5º53.85%20.39%-
HSV(B)22.5º70%31.37%-
XYZ4.413.651.34-
YUV53.07111.6147.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 53.69%
GREEN value IS 45 (17.97% from 255) = 30.20%
BLUE value IS 24 (9.77% from 255) = 16.11%
R=53.69%
G=30.20%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80452400.440.700.6922.553.8520.39
Hex502D1802C4645163614
Octal1205530054106105266624
Binary1010000101101110000101100100011010001011011011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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