#503323

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

Shades of Indian Tan #503323

Tints of Indian Tan #503323

Color information

#503323 (or 0x503323) is unknown color: approx Indian Tan. HEX triplet: 50, 33 and 23. RGB value is (80,51,35). Sum of RGB (Red+Green+Blue) = 80+51+35=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 35 (14.06% from 255 or 21.08% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #503323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503323 is #AFCCDC. Grayscale: #393939. Windows color (decimal): -11521245 or 2306896. OLE color: 2306896.

HSL color Cylindrical-coordinate representation of color #503323: hue angle of 21.33º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #503323 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB805135-
CMYK00.360.560.69
HSL21.33º39.13%22.55%-
HSV(B)21.33º56.25%31.37%-
XYZ4.84.192.15-
YUV57.85115.11143.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.19%
GREEN value IS 51 (20.31% from 255) = 30.72%
BLUE value IS 35 (14.06% from 255) = 21.08%
R=48.19%
G=30.72%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80513500.360.560.6921.3339.1322.55
Hex5033230243845152717
Octal120634304470105254727
Binary1010000110011100011010010011100010001011010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503323; }

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

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

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

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

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

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

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

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