#563124

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

Shades of Indian Tan #563124

Tints of Indian Tan #563124

Color information

#563124 (or 0x563124) is unknown color: approx Indian Tan. HEX triplet: 56, 31 and 24. RGB value is (86,49,36). Sum of RGB (Red+Green+Blue) = 86+49+36=171 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.29% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 86 - color contains mainly: red. Hex color #563124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563124 is #A9CEDB. Grayscale: #3A3A3A. Windows color (decimal): -11128540 or 2371926. OLE color: 2371926.

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

Color convert

RGB864936-
CMYK00.430.580.66
HSL15.6º40.98%23.92%-
HSV(B)15.6º58.14%33.73%-
XYZ5.254.32.22-
YUV58.58115.26147.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.29%
GREEN value IS 49 (19.53% from 255) = 28.65%
BLUE value IS 36 (14.45% from 255) = 21.05%
R=50.29%
G=28.65%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86493600.430.580.6615.640.9823.92
Hex56312402B3A42102918
Octal126614405372102205130
Binary1010110110001100100010101111101010000101000010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563124; }

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

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

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

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

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

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

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

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