#564449

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

Shades of Emperor #564449

Tints of Emperor #564449

Color information

#564449 (or 0x564449) is unknown color: approx Emperor. HEX triplet: 56, 44 and 49. RGB value is (86,68,73). Sum of RGB (Red+Green+Blue) = 86+68+73=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 86 - color contains mainly: red. Hex color #564449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564449 is #A9BBB6. Grayscale: #494949. Windows color (decimal): -11123639 or 4801622. OLE color: 4801622.

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

Color convert

RGB866873-
CMYK00.210.150.66
HSL343.33º11.69%30.2%-
HSV(B)343.33º20.93%33.73%-
XYZ7.116.597.2-
YUV73.95127.46136.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.89%
GREEN value IS 68 (26.95% from 255) = 29.96%
BLUE value IS 73 (28.91% from 255) = 32.16%
R=37.89%
G=29.96%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86687300.210.150.66343.3311.6930.2
Hex564449015F42157c1e
Octal126104111025171025271436
Binary10101101000100100100101010111111000010101010111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564449; }

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

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

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

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

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

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

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

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