#503423

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

Shades of Indian Tan #503423

Tints of Indian Tan #503423

Color information

#503423 (or 0x503423) is unknown color: approx Indian Tan. HEX triplet: 50, 34 and 23. RGB value is (80,52,35). Sum of RGB (Red+Green+Blue) = 80+52+35=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 35 (14.06% from 255 or 20.96% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #503423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503423 is #AFCBDC. Grayscale: #3A3A3A. Windows color (decimal): -11520989 or 2307152. OLE color: 2307152.

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

Color convert

RGB805235-
CMYK00.350.560.69
HSL22.67º39.13%22.55%-
HSV(B)22.67º56.25%31.37%-
XYZ4.844.282.16-
YUV58.43114.78143.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.90%
GREEN value IS 52 (20.70% from 255) = 31.14%
BLUE value IS 35 (14.06% from 255) = 20.96%
R=47.90%
G=31.14%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80523500.350.560.6922.6739.1322.55
Hex5034230233845172717
Octal120644304370105274727
Binary1010000110100100011010001111100010001011011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503423; }

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

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

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

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

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

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

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

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