#564549

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

Shades of Emperor #564549

Tints of Emperor #564549

Color information

#564549 (or 0x564549) is unknown color: approx Emperor. HEX triplet: 56, 45 and 49. RGB value is (86,69,73). Sum of RGB (Red+Green+Blue) = 86+69+73=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 86 - color contains mainly: red. Hex color #564549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564549 is #A9BAB6. Grayscale: #4A4A4A. Windows color (decimal): -11123383 or 4801878. OLE color: 4801878.

HSL color Cylindrical-coordinate representation of color #564549: hue angle of 345.88º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #564549 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB866973-
CMYK00.200.150.66
HSL345.88º10.97%30.39%-
HSV(B)345.88º19.77%33.73%-
XYZ7.176.727.22-
YUV74.54127.13136.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.72%
GREEN value IS 69 (27.34% from 255) = 30.26%
BLUE value IS 73 (28.91% from 255) = 32.02%
R=37.72%
G=30.26%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86697300.200.150.66345.8810.9730.39
Hex564549014F4215ab1e
Octal126105111024171025321336
Binary10101101000101100100101010011111000010101011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564549; }

 p { color: rgb(86,69,73); }

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

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

 a { background-color: rgb(86,69,73); }

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

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

 span { border-color: rgb(86,69,73); }

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