#503324

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

Shades of Indian Tan #503324

Tints of Indian Tan #503324

Color information

#503324 (or 0x503324) is unknown color: approx Indian Tan. HEX triplet: 50, 33 and 24. RGB value is (80,51,36). Sum of RGB (Red+Green+Blue) = 80+51+36=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #503324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503324 is #AFCCDB. Grayscale: #3A3A3A. Windows color (decimal): -11521244 or 2372432. OLE color: 2372432.

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

Color convert

RGB805136-
CMYK00.360.550.69
HSL20.45º37.93%22.75%-
HSV(B)20.45º55%31.37%-
XYZ4.814.22.23-
YUV57.96115.61143.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.90%
GREEN value IS 51 (20.31% from 255) = 30.54%
BLUE value IS 36 (14.45% from 255) = 21.56%
R=47.90%
G=30.54%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80513600.360.550.6920.4537.9322.75
Hex5033240243745142617
Octal120634404467105244627
Binary1010000110011100100010010011011110001011010010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503324; }

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

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

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

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

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

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

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

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