#564147

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

Shades of Emperor #564147

Tints of Emperor #564147

Color information

#564147 (or 0x564147) is unknown color: approx Emperor. HEX triplet: 56, 41 and 47. RGB value is (86,65,71). Sum of RGB (Red+Green+Blue) = 86+65+71=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 71 (28.12% from 255 or 31.98% from 222); Max value from RGB is 86 - color contains mainly: red. Hex color #564147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564147 is #A9BEB8. Grayscale: #474747. Windows color (decimal): -11124409 or 4669782. OLE color: 4669782.

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

Color convert

RGB866571-
CMYK00.240.170.66
HSL342.86º13.91%29.61%-
HSV(B)342.86º24.42%33.73%-
XYZ6.876.216.8-
YUV71.96127.46138.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.74%
GREEN value IS 65 (25.78% from 255) = 29.28%
BLUE value IS 71 (28.12% from 255) = 31.98%
R=38.74%
G=29.28%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86657100.240.170.66342.8613.9129.61
Hex5641470181142157e1e
Octal126101107030211025271636
Binary101011010000011000111011000100011000010101010111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564147; }

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

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

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

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

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

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

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

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