#503122

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

Shades of Indian Tan #503122

Tints of Indian Tan #503122

Color information

#503122 (or 0x503122) is unknown color: approx Indian Tan. HEX triplet: 50, 31 and 22. RGB value is (80,49,34). Sum of RGB (Red+Green+Blue) = 80+49+34=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #503122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503122 is #AFCEDD. Grayscale: #383838. Windows color (decimal): -11521758 or 2240848. OLE color: 2240848.

HSL color Cylindrical-coordinate representation of color #503122: hue angle of 19.57º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #503122 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB804934-
CMYK00.390.580.69
HSL19.57º40.35%22.35%-
HSV(B)19.57º57.5%31.37%-
XYZ4.74.022.04-
YUV56.56115.27144.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.08%
GREEN value IS 49 (19.53% from 255) = 30.06%
BLUE value IS 34 (13.67% from 255) = 20.86%
R=49.08%
G=30.06%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80493400.390.580.6919.5740.3522.35
Hex5031220273A45142816
Octal120614204772105245026
Binary1010000110001100010010011111101010001011010010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503122; }

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

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

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

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

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

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

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

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