#502C1D

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

Shades of Indian Tan #502C1D

Tints of Indian Tan #502C1D

Color information

#502C1D (or 0x502C1D) is unknown color: approx Indian Tan. HEX triplet: 50, 2C and 1D. RGB value is (80,44,29). Sum of RGB (Red+Green+Blue) = 80+44+29=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 44 (17.58% from 255 or 28.76% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #502C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502C1D is #AFD3E2. Grayscale: #353535. Windows color (decimal): -11523043 or 1911888. OLE color: 1911888.

HSL color Cylindrical-coordinate representation of color #502C1D: hue angle of 17.65º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #502C1D is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB804429-
CMYK00.450.640.69
HSL17.65º46.79%21.37%-
HSV(B)17.65º63.75%31.37%-
XYZ4.433.61.62-
YUV53.05114.43147.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.29%
GREEN value IS 44 (17.58% from 255) = 28.76%
BLUE value IS 29 (11.72% from 255) = 18.95%
R=52.29%
G=28.76%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80442900.450.640.6917.6546.7921.37
Hex502C1D02D4045122f15
Octal1205435055100105225725
Binary1010000101100111010101101100000010001011001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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