#563F42

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

Shades of Emperor #563F42

Tints of Emperor #563F42

Color information

#563F42 (or 0x563F42) is unknown color: approx Emperor. HEX triplet: 56, 3F and 42. RGB value is (86,63,66). Sum of RGB (Red+Green+Blue) = 86+63+66=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 63 (25% from 255 or 29.30% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 86 - color contains mainly: red. Hex color #563F42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563F42 is #A9C0BD. Grayscale: #464646. Windows color (decimal): -11124926 or 4341590. OLE color: 4341590.

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

Color convert

RGB866366-
CMYK00.270.230.66
HSL352.17º15.44%29.22%-
HSV(B)352.17º26.74%33.73%-
XYZ6.65.935.95-
YUV70.22125.62139.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40%
GREEN value IS 63 (25% from 255) = 29.30%
BLUE value IS 66 (26.17% from 255) = 30.70%
R=40%
G=29.30%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86636600.270.230.66352.1715.4429.22
Hex563F4201B1742160f1d
Octal12677102033271025401735
Binary10101101111111000010011011101111000010101100000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,63,66); }

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

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

 a { background-color: rgb(86,63,66); }

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

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

 span { border-color: rgb(86,63,66); }

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