#563020

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

Shades of Indian Tan #563020

Tints of Indian Tan #563020

Color information

#563020 (or 0x563020) is unknown color: approx Indian Tan. HEX triplet: 56, 30 and 20. RGB value is (86,48,32). Sum of RGB (Red+Green+Blue) = 86+48+32=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #563020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563020 is #A9CFDF. Grayscale: #393939. Windows color (decimal): -11128800 or 2109526. OLE color: 2109526.

HSL color Cylindrical-coordinate representation of color #563020: hue angle of 17.78º 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 #563020 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB864832-
CMYK00.440.630.66
HSL17.78º45.76%23.14%-
HSV(B)17.78º62.79%33.73%-
XYZ5.164.21.9-
YUV57.54113.59148.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.81%
GREEN value IS 48 (19.14% from 255) = 28.92%
BLUE value IS 32 (12.89% from 255) = 19.28%
R=51.81%
G=28.92%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86483200.440.630.6617.7845.7623.14
Hex56302002C3F42122e17
Octal126604005477102225627
Binary1010110110000100000010110011111110000101001010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563020; }

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

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

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

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

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

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

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

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