#503325

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

Shades of Indian Tan #503325

Tints of Indian Tan #503325

Color information

#503325 (or 0x503325) is unknown color: approx Indian Tan. HEX triplet: 50, 33 and 25. RGB value is (80,51,37). Sum of RGB (Red+Green+Blue) = 80+51+37=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 51 (20.31% from 255 or 30.36% from 168); Blue value is 37 (14.84% from 255 or 22.02% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #503325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503325 is #AFCCDA. Grayscale: #3A3A3A. Windows color (decimal): -11521243 or 2437968. OLE color: 2437968.

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

Color convert

RGB805137-
CMYK00.360.540.69
HSL19.53º36.75%22.94%-
HSV(B)19.53º53.75%31.37%-
XYZ4.834.212.31-
YUV58.08116.11143.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.62%
GREEN value IS 51 (20.31% from 255) = 30.36%
BLUE value IS 37 (14.84% from 255) = 22.02%
R=47.62%
G=30.36%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80513700.360.540.6919.5336.7522.94
Hex5033250243645142517
Octal120634504466105244527
Binary1010000110011100101010010011011010001011010010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503325; }

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

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

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

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

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

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

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

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