#563121

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

Shades of Indian Tan #563121

Tints of Indian Tan #563121

Color information

#563121 (or 0x563121) is unknown color: approx Indian Tan. HEX triplet: 56, 31 and 21. RGB value is (86,49,33). Sum of RGB (Red+Green+Blue) = 86+49+33=168 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.19% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 86 - color contains mainly: red. Hex color #563121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563121 is #A9CEDE. Grayscale: #3A3A3A. Windows color (decimal): -11128543 or 2175318. OLE color: 2175318.

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

Color convert

RGB864933-
CMYK00.430.620.66
HSL18.11º44.54%23.33%-
HSV(B)18.11º61.63%33.73%-
XYZ5.214.281.99-
YUV58.24113.76147.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.19%
GREEN value IS 49 (19.53% from 255) = 29.17%
BLUE value IS 33 (13.28% from 255) = 19.64%
R=51.19%
G=29.17%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86493300.430.620.6618.1144.5423.33
Hex56312102B3E42122d17
Octal126614105376102225527
Binary1010110110001100001010101111111010000101001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563121; }

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

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

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

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

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

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

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

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