#503226

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

Shades of Indian Tan #503226

Tints of Indian Tan #503226

Color information

#503226 (or 0x503226) is unknown color: approx Indian Tan. HEX triplet: 50, 32 and 26. RGB value is (80,50,38). Sum of RGB (Red+Green+Blue) = 80+50+38=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 38 (15.23% from 255 or 22.62% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #503226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503226 is #AFCDD9. Grayscale: #393939. Windows color (decimal): -11521498 or 2503248. OLE color: 2503248.

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

Color convert

RGB805038-
CMYK00.370.520.69
HSL17.14º35.59%23.14%-
HSV(B)17.14º52.5%31.37%-
XYZ4.84.132.38-
YUV57.6116.94143.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.62%
GREEN value IS 50 (19.92% from 255) = 29.76%
BLUE value IS 38 (15.23% from 255) = 22.62%
R=47.62%
G=29.76%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80503800.370.520.6917.1435.5923.14
Hex5032260253445112417
Octal120624604564105214427
Binary1010000110010100110010010111010010001011000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503226; }

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

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

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

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

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

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

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

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