#563324

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

Shades of Indian Tan #563324

Tints of Indian Tan #563324

Color information

#563324 (or 0x563324) is unknown color: approx Indian Tan. HEX triplet: 56, 33 and 24. RGB value is (86,51,36). Sum of RGB (Red+Green+Blue) = 86+51+36=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 36 (14.45% from 255 or 20.81% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #563324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563324 is #A9CCDB. Grayscale: #3B3B3B. Windows color (decimal): -11128028 or 2372438. OLE color: 2372438.

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

Color convert

RGB865136-
CMYK00.410.580.66
HSL18º40.98%23.92%-
HSV(B)18º58.14%33.73%-
XYZ5.344.472.25-
YUV59.76114.6146.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.71%
GREEN value IS 51 (20.31% from 255) = 29.48%
BLUE value IS 36 (14.45% from 255) = 20.81%
R=49.71%
G=29.48%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86513600.410.580.661840.9823.92
Hex5633240293A42122918
Octal126634405172102225130
Binary1010110110011100100010100111101010000101001010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563324; }

 p { color: rgb(86,51,36); }

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

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

 a { background-color: rgb(86,51,36); }

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

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

 span { border-color: rgb(86,51,36); }

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