#503227

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

Shades of Indian Tan #503227

Tints of Indian Tan #503227

Color information

#503227 (or 0x503227) is unknown color: approx Indian Tan. HEX triplet: 50, 32 and 27. RGB value is (80,50,39). Sum of RGB (Red+Green+Blue) = 80+50+39=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 39 (15.62% from 255 or 23.08% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #503227 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503227 is #AFCDD8. Grayscale: #393939. Windows color (decimal): -11521497 or 2568784. OLE color: 2568784.

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

Color convert

RGB805039-
CMYK00.370.510.69
HSL16.1º34.45%23.33%-
HSV(B)16.1º51.25%31.37%-
XYZ4.824.132.46-
YUV57.72117.44143.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.34%
GREEN value IS 50 (19.92% from 255) = 29.59%
BLUE value IS 39 (15.62% from 255) = 23.08%
R=47.34%
G=29.59%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80503900.370.510.6916.134.4523.33
Hex5032270253345102217
Octal120624704563105204227
Binary1010000110010100111010010111001110001011000010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503227; }

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

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

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

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

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

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

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

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