#563426

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

Shades of Indian Tan #563426

Tints of Indian Tan #563426

Color information

#563426 (or 0x563426) is unknown color: approx Indian Tan. HEX triplet: 56, 34 and 26. RGB value is (86,52,38). Sum of RGB (Red+Green+Blue) = 86+52+38=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 38 (15.23% from 255 or 21.59% from 176); Max value from RGB is 86 - color contains mainly: red. Hex color #563426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563426 is #A9CBD9. Grayscale: #3C3C3C. Windows color (decimal): -11127770 or 2503766. OLE color: 2503766.

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

Color convert

RGB865238-
CMYK00.400.560.66
HSL17.5º38.71%24.31%-
HSV(B)17.5º55.81%33.73%-
XYZ5.424.572.43-
YUV60.57115.26146.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.86%
GREEN value IS 52 (20.70% from 255) = 29.55%
BLUE value IS 38 (15.23% from 255) = 21.59%
R=48.86%
G=29.55%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86523800.400.560.6617.538.7124.31
Hex5634260283842122718
Octal126644605070102224730
Binary1010110110100100110010100011100010000101001010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563426; }

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

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

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

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

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

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

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

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