#564347

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

Shades of Emperor #564347

Tints of Emperor #564347

Color information

#564347 (or 0x564347) is unknown color: approx Emperor. HEX triplet: 56, 43 and 47. RGB value is (86,67,71). Sum of RGB (Red+Green+Blue) = 86+67+71=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 71 (28.12% from 255 or 31.70% from 224); Max value from RGB is 86 - color contains mainly: red. Hex color #564347 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564347 is #A9BCB8. Grayscale: #494949. Windows color (decimal): -11123897 or 4670294. OLE color: 4670294.

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

Color convert

RGB866771-
CMYK00.220.170.66
HSL347.37º12.42%30%-
HSV(B)347.37º22.09%33.73%-
XYZ6.986.456.84-
YUV73.14126.79137.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.39%
GREEN value IS 67 (26.56% from 255) = 29.91%
BLUE value IS 71 (28.12% from 255) = 31.70%
R=38.39%
G=29.91%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86677100.220.170.66347.3712.4230
Hex564347016114215bc1e
Octal126103107026211025331436
Binary101011010000111000111010110100011000010101011011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564347; }

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

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

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

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

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

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

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

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