#563024

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

Shades of Indian Tan #563024

Tints of Indian Tan #563024

Color information

#563024 (or 0x563024) is unknown color: approx Indian Tan. HEX triplet: 56, 30 and 24. RGB value is (86,48,36). Sum of RGB (Red+Green+Blue) = 86+48+36=170 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.59% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 36 (14.45% from 255 or 21.18% from 170); Max value from RGB is 86 - color contains mainly: red. Hex color #563024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563024 is #A9CFDB. Grayscale: #3A3A3A. Windows color (decimal): -11128796 or 2371670. OLE color: 2371670.

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

Color convert

RGB864836-
CMYK00.440.580.66
HSL14.4º40.98%23.92%-
HSV(B)14.4º58.14%33.73%-
XYZ5.214.222.21-
YUV57.99115.59147.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.59%
GREEN value IS 48 (19.14% from 255) = 28.24%
BLUE value IS 36 (14.45% from 255) = 21.18%
R=50.59%
G=28.24%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86483600.440.580.6614.440.9823.92
Hex56302402C3A42e2918
Octal126604405472102165130
Binary101011011000010010001011001110101000010111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563024; }

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

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

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

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

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

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

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

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