#502311

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

Shades of Indian Tan #502311

Tints of Indian Tan #502311

Color information

#502311 (or 0x502311) is unknown color: approx Indian Tan. HEX triplet: 50, 23 and 11. RGB value is (80,35,17). Sum of RGB (Red+Green+Blue) = 80+35+17=132 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.61% from 132); Green value is 35 (14.06% from 255 or 26.52% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 80 - color contains mainly: red. Hex color #502311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502311 is #AFDCEE. Grayscale: #2E2E2E. Windows color (decimal): -11525359 or 1123152. OLE color: 1123152.

HSL color Cylindrical-coordinate representation of color #502311: hue angle of 17.14º 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 #502311 is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB803517-
CMYK00.560.790.69
HSL17.14º64.95%19.02%-
HSV(B)17.14º78.75%31.37%-
XYZ4.012.950.89-
YUV46.4111.41151.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 60.61%
GREEN value IS 35 (14.06% from 255) = 26.52%
BLUE value IS 17 (7.03% from 255) = 12.88%
R=60.61%
G=26.52%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80351700.560.790.6917.1464.9519.02
Hex5023110384F45114113
Octal12043210701171052110123
Binary10100001000111000101110001001111100010110001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502311; }

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

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

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

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

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

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

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

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