#544445

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

Shades of Emperor #544445

Tints of Emperor #544445

Color information

#544445 (or 0x544445) is unknown color: approx Emperor. HEX triplet: 54, 44 and 45. RGB value is (84,68,69). Sum of RGB (Red+Green+Blue) = 84+68+69=221 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.01% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 69 (27.34% from 255 or 31.22% from 221); Max value from RGB is 84 - color contains mainly: red. Hex color #544445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544445 is #ABBBBA. Grayscale: #484848. Windows color (decimal): -11254715 or 4539476. OLE color: 4539476.

HSL color Cylindrical-coordinate representation of color #544445: hue angle of 356.25º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #544445 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB846869-
CMYK00.190.180.67
HSL356.25º10.53%29.8%-
HSV(B)356.25º19.05%32.94%-
XYZ6.86.456.52-
YUV72.9125.8135.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.01%
GREEN value IS 68 (26.95% from 255) = 30.77%
BLUE value IS 69 (27.34% from 255) = 31.22%
R=38.01%
G=30.77%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84686900.190.180.67356.2510.5329.8
Hex5444450131243164b1e
Octal124104105023221035441336
Binary101010010001001000101010011100101000011101100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544445; }

 p { color: rgb(84,68,69); }

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

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

 a { background-color: rgb(84,68,69); }

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

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

 span { border-color: rgb(84,68,69); }

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