#563E41

Color #563E41 Emperor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emperor #563E41

Tints of Emperor #563E41

Color information

#563E41 (or 0x563E41) is unknown color: approx Emperor. HEX triplet: 56, 3E and 41. RGB value is (86,62,65). Sum of RGB (Red+Green+Blue) = 86+62+65=213 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.38% from 213); Green value is 62 (24.61% from 255 or 29.11% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 86 - color contains mainly: red. Hex color #563E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563E41 is #A9C1BE. Grayscale: #454545. Windows color (decimal): -11125183 or 4275798. OLE color: 4275798.

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

Color convert

RGB866265-
CMYK00.280.240.66
HSL352.5º16.22%29.02%-
HSV(B)352.5º27.91%33.73%-
XYZ6.515.815.78-
YUV69.52125.45139.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.38%
GREEN value IS 62 (24.61% from 255) = 29.11%
BLUE value IS 65 (25.78% from 255) = 30.52%
R=40.38%
G=29.11%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86626500.280.240.66352.516.2229.02
Hex563E4101C1842160101d
Octal12676101034301025402035
Binary101011011111010000010111001100010000101011000001000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563E41; }

 p { color: rgb(86,62,65); }

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

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

 a { background-color: rgb(86,62,65); }

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

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

 span { border-color: rgb(86,62,65); }

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