#503424

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

Shades of Indian Tan #503424

Tints of Indian Tan #503424

Color information

#503424 (or 0x503424) is unknown color: approx Indian Tan. HEX triplet: 50, 34 and 24. RGB value is (80,52,36). Sum of RGB (Red+Green+Blue) = 80+52+36=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 52 (20.70% from 255 or 30.95% from 168); Blue value is 36 (14.45% from 255 or 21.43% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #503424 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503424 is #AFCBDB. Grayscale: #3A3A3A. Windows color (decimal): -11520988 or 2372688. OLE color: 2372688.

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

Color convert

RGB805236-
CMYK00.350.550.69
HSL21.82º37.93%22.75%-
HSV(B)21.82º55%31.37%-
XYZ4.854.292.24-
YUV58.55115.28143.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.62%
GREEN value IS 52 (20.70% from 255) = 30.95%
BLUE value IS 36 (14.45% from 255) = 21.43%
R=47.62%
G=30.95%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80523600.350.550.6921.8237.9322.75
Hex5034240233745162617
Octal120644404367105264627
Binary1010000110100100100010001111011110001011011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503424; }

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

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

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

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

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

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

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

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