#563123

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

Shades of Indian Tan #563123

Tints of Indian Tan #563123

Color information

#563123 (or 0x563123) is unknown color: approx Indian Tan. HEX triplet: 56, 31 and 23. RGB value is (86,49,35). Sum of RGB (Red+Green+Blue) = 86+49+35=170 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.59% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 35 (14.06% from 255 or 20.59% from 170); Max value from RGB is 86 - color contains mainly: red. Hex color #563123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563123 is #A9CEDC. Grayscale: #3A3A3A. Windows color (decimal): -11128541 or 2306390. OLE color: 2306390.

HSL color Cylindrical-coordinate representation of color #563123: hue angle of 16.47º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #563123 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.66.

Color convert

RGB864935-
CMYK00.430.590.66
HSL16.47º42.15%23.73%-
HSV(B)16.47º59.3%33.73%-
XYZ5.244.32.14-
YUV58.47114.76147.64-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.59%
GREEN value IS 49 (19.53% from 255) = 28.82%
BLUE value IS 35 (14.06% from 255) = 20.59%
R=50.59%
G=28.82%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86493500.430.590.6616.4742.1523.73
Hex56312302B3B42102a18
Octal126614305373102205230
Binary1010110110001100011010101111101110000101000010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563123; }

 p { color: rgb(86,49,35); }

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

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

 a { background-color: rgb(86,49,35); }

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

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

 span { border-color: rgb(86,49,35); }

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