#503525

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

Shades of Indian Tan #503525

Tints of Indian Tan #503525

Color information

#503525 (or 0x503525) is unknown color: approx Indian Tan. HEX triplet: 50, 35 and 25. RGB value is (80,53,37). Sum of RGB (Red+Green+Blue) = 80+53+37=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 53 (21.09% from 255 or 31.18% from 170); Blue value is 37 (14.84% from 255 or 21.76% from 170); Max value from RGB is 80 - color contains mainly: red. Hex color #503525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503525 is #AFCADA. Grayscale: #3B3B3B. Windows color (decimal): -11520731 or 2438480. OLE color: 2438480.

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

Color convert

RGB805337-
CMYK00.340.540.69
HSL22.33º36.75%22.94%-
HSV(B)22.33º53.75%31.37%-
XYZ4.924.392.34-
YUV59.25115.45142.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.06%
GREEN value IS 53 (21.09% from 255) = 31.18%
BLUE value IS 37 (14.84% from 255) = 21.76%
R=47.06%
G=31.18%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80533700.340.540.6922.3336.7522.94
Hex5035250223645162517
Octal120654504266105264527
Binary1010000110101100101010001011011010001011011010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503525; }

 p { color: rgb(80,53,37); }

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

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

 a { background-color: rgb(80,53,37); }

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

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

 span { border-color: rgb(80,53,37); }

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