#564247

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

Shades of Emperor #564247

Tints of Emperor #564247

Color information

#564247 (or 0x564247) is unknown color: approx Emperor. HEX triplet: 56, 42 and 47. RGB value is (86,66,71). Sum of RGB (Red+Green+Blue) = 86+66+71=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 71 (28.12% from 255 or 31.84% from 223); Max value from RGB is 86 - color contains mainly: red. Hex color #564247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564247 is #A9BDB8. Grayscale: #484848. Windows color (decimal): -11124153 or 4670038. OLE color: 4670038.

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

Color convert

RGB866671-
CMYK00.230.170.66
HSL345º13.16%29.8%-
HSV(B)345º23.26%33.73%-
XYZ6.926.336.82-
YUV72.55127.13137.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.57%
GREEN value IS 66 (26.17% from 255) = 29.60%
BLUE value IS 71 (28.12% from 255) = 31.84%
R=38.57%
G=29.60%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86667100.230.170.6634513.1629.8
Hex5642470171142159d1e
Octal126102107027211025311536
Binary101011010000101000111010111100011000010101011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564247; }

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

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

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

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

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

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

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

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