#563120

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

Shades of Indian Tan #563120

Tints of Indian Tan #563120

Color information

#563120 (or 0x563120) is unknown color: approx Indian Tan. HEX triplet: 56, 31 and 20. RGB value is (86,49,32). Sum of RGB (Red+Green+Blue) = 86+49+32=167 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.50% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 86 - color contains mainly: red. Hex color #563120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563120 is #A9CEDF. Grayscale: #3A3A3A. Windows color (decimal): -11128544 or 2109782. OLE color: 2109782.

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

Color convert

RGB864932-
CMYK00.430.630.66
HSL18.89º45.76%23.14%-
HSV(B)18.89º62.79%33.73%-
XYZ5.24.281.92-
YUV58.12113.26147.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.50%
GREEN value IS 49 (19.53% from 255) = 29.34%
BLUE value IS 32 (12.89% from 255) = 19.16%
R=51.50%
G=29.34%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86493200.430.630.6618.8945.7623.14
Hex56312002B3F42132e17
Octal126614005377102235627
Binary1010110110001100000010101111111110000101001110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563120; }

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

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

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

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

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

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

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

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