#502B1D

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

Shades of Indian Tan #502B1D

Tints of Indian Tan #502B1D

Color information

#502B1D (or 0x502B1D) is unknown color: approx Indian Tan. HEX triplet: 50, 2B and 1D. RGB value is (80,43,29). Sum of RGB (Red+Green+Blue) = 80+43+29=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #502B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502B1D is #AFD4E2. Grayscale: #343434. Windows color (decimal): -11523299 or 1911632. OLE color: 1911632.

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

Color convert

RGB804329-
CMYK00.460.640.69
HSL16.47º46.79%21.37%-
HSV(B)16.47º63.75%31.37%-
XYZ4.393.521.61-
YUV52.47114.76147.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.63%
GREEN value IS 43 (17.19% from 255) = 28.29%
BLUE value IS 29 (11.72% from 255) = 19.08%
R=52.63%
G=28.29%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80432900.460.640.6916.4746.7921.37
Hex502B1D02E4045102f15
Octal1205335056100105205725
Binary1010000101011111010101110100000010001011000010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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