#564448

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

Shades of Emperor #564448

Tints of Emperor #564448

Color information

#564448 (or 0x564448) is unknown color: approx Emperor. HEX triplet: 56, 44 and 48. RGB value is (86,68,72). Sum of RGB (Red+Green+Blue) = 86+68+72=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 86 - color contains mainly: red. Hex color #564448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564448 is #A9BBB7. Grayscale: #494949. Windows color (decimal): -11123640 or 4736086. OLE color: 4736086.

HSL color Cylindrical-coordinate representation of color #564448: hue angle of 346.67º 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 #564448 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB866872-
CMYK00.210.160.66
HSL346.67º11.69%30.2%-
HSV(B)346.67º20.93%33.73%-
XYZ7.076.587.03-
YUV73.84126.96136.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.05%
GREEN value IS 68 (26.95% from 255) = 30.09%
BLUE value IS 72 (28.52% from 255) = 31.86%
R=38.05%
G=30.09%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86687200.210.160.66346.6711.6930.2
Hex564448015104215bc1e
Octal126104110025201025331436
Binary101011010001001001000010101100001000010101011011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564448; }

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

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

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

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

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

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

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

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