#564548

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

Shades of Emperor #564548

Tints of Emperor #564548

Color information

#564548 (or 0x564548) is unknown color: approx Emperor. HEX triplet: 56, 45 and 48. RGB value is (86,69,72). Sum of RGB (Red+Green+Blue) = 86+69+72=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 86 - color contains mainly: red. Hex color #564548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564548 is #A9BAB7. Grayscale: #4A4A4A. Windows color (decimal): -11123384 or 4736342. OLE color: 4736342.

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

Color convert

RGB866972-
CMYK00.200.160.66
HSL349.41º10.97%30.39%-
HSV(B)349.41º19.77%33.73%-
XYZ7.146.77.05-
YUV74.42126.63136.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.89%
GREEN value IS 69 (27.34% from 255) = 30.40%
BLUE value IS 72 (28.52% from 255) = 31.72%
R=37.89%
G=30.40%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86697200.200.160.66349.4110.9730.39
Hex564548014104215db1e
Octal126105110024201025351336
Binary101011010001011001000010100100001000010101011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564548; }

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

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

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

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

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

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

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

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