#502611

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

Shades of Indian Tan #502611

Tints of Indian Tan #502611

Color information

#502611 (or 0x502611) is unknown color: approx Indian Tan. HEX triplet: 50, 26 and 11. RGB value is (80,38,17). Sum of RGB (Red+Green+Blue) = 80+38+17=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #502611 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502611 is #AFD9EE. Grayscale: #303030. Windows color (decimal): -11524591 or 1123920. OLE color: 1123920.

HSL color Cylindrical-coordinate representation of color #502611: hue angle of 20º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #502611 is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB803817-
CMYK00.520.790.69
HSL20º64.95%19.02%-
HSV(B)20º78.75%31.37%-
XYZ4.13.130.92-
YUV48.16110.41150.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 59.26%
GREEN value IS 38 (15.23% from 255) = 28.15%
BLUE value IS 17 (7.03% from 255) = 12.59%
R=59.26%
G=28.15%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80381700.520.790.692064.9519.02
Hex5026110344F45144113
Octal12046210641171052410123
Binary10100001001101000101101001001111100010110100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502611; }

 p { color: rgb(80,38,17); }

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

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

 a { background-color: rgb(80,38,17); }

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

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

 span { border-color: rgb(80,38,17); }

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