#503121

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

Shades of Indian Tan #503121

Tints of Indian Tan #503121

Color information

#503121 (or 0x503121) is unknown color: approx Indian Tan. HEX triplet: 50, 31 and 21. RGB value is (80,49,33). Sum of RGB (Red+Green+Blue) = 80+49+33=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #503121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503121 is #AFCEDE. Grayscale: #383838. Windows color (decimal): -11521759 or 2175312. OLE color: 2175312.

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

Color convert

RGB804933-
CMYK00.390.590.69
HSL20.43º41.59%22.16%-
HSV(B)20.43º58.75%31.37%-
XYZ4.684.011.97-
YUV56.44114.77144.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.38%
GREEN value IS 49 (19.53% from 255) = 30.25%
BLUE value IS 33 (13.28% from 255) = 20.37%
R=49.38%
G=30.25%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80493300.390.590.6920.4341.5922.16
Hex5031210273B45142a16
Octal120614104773105245226
Binary1010000110001100001010011111101110001011010010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503121; }

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

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

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

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

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

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

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

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