#503221

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

Shades of Indian Tan #503221

Tints of Indian Tan #503221

Color information

#503221 (or 0x503221) is unknown color: approx Indian Tan. HEX triplet: 50, 32 and 21. RGB value is (80,50,33). Sum of RGB (Red+Green+Blue) = 80+50+33=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #503221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503221 is #AFCDDE. Grayscale: #393939. Windows color (decimal): -11521503 or 2175568. OLE color: 2175568.

HSL color Cylindrical-coordinate representation of color #503221: hue angle of 21.7º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #503221 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB805033-
CMYK00.370.590.69
HSL21.7º41.59%22.16%-
HSV(B)21.7º58.75%31.37%-
XYZ4.724.11.98-
YUV57.03114.44144.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.08%
GREEN value IS 50 (19.92% from 255) = 30.67%
BLUE value IS 33 (13.28% from 255) = 20.25%
R=49.08%
G=30.67%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80503300.370.590.6921.741.5922.16
Hex5032210253B45162a16
Octal120624104573105265226
Binary1010000110010100001010010111101110001011011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503221; }

 p { color: rgb(80,50,33); }

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

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

 a { background-color: rgb(80,50,33); }

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

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

 span { border-color: rgb(80,50,33); }

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