#563226

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

Shades of Indian Tan #563226

Tints of Indian Tan #563226

Color information

#563226 (or 0x563226) is unknown color: approx Indian Tan. HEX triplet: 56, 32 and 26. RGB value is (86,50,38). Sum of RGB (Red+Green+Blue) = 86+50+38=174 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.43% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 86 - color contains mainly: red. Hex color #563226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563226 is #A9CDD9. Grayscale: #3B3B3B. Windows color (decimal): -11128282 or 2503254. OLE color: 2503254.

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

Color convert

RGB865038-
CMYK00.420.560.66
HSL15º38.71%24.31%-
HSV(B)15º55.81%33.73%-
XYZ5.334.42.4-
YUV59.4115.93146.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.43%
GREEN value IS 50 (19.92% from 255) = 28.74%
BLUE value IS 38 (15.23% from 255) = 21.84%
R=49.43%
G=28.74%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86503800.420.560.661538.7124.31
Hex56322602A3842f2718
Octal126624605270102174730
Binary101011011001010011001010101110001000010111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563226; }

 p { color: rgb(86,50,38); }

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

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

 a { background-color: rgb(86,50,38); }

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

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

 span { border-color: rgb(86,50,38); }

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