#594144

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

Shades of Emperor #594144

Tints of Emperor #594144

Color information

#594144 (or 0x594144) is unknown color: approx Emperor. HEX triplet: 59, 41 and 44. RGB value is (89,65,68). Sum of RGB (Red+Green+Blue) = 89+65+68=222 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.09% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 68 (26.95% from 255 or 30.63% from 222); Max value from RGB is 89 - color contains mainly: red. Hex color #594144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594144 is #A6BEBB. Grayscale: #484848. Windows color (decimal): -10927804 or 4473177. OLE color: 4473177.

HSL color Cylindrical-coordinate representation of color #594144: hue angle of 352.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #594144 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.65.

Color convert

RGB896568-
CMYK00.270.240.65
HSL352.5º15.58%30.2%-
HSV(B)352.5º26.97%34.9%-
XYZ7.056.326.32-
YUV72.52125.45139.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.09%
GREEN value IS 65 (25.78% from 255) = 29.28%
BLUE value IS 68 (26.95% from 255) = 30.63%
R=40.09%
G=29.28%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89656800.270.240.65352.515.5830.2
Hex59414401B1841160101e
Octal131101104033301015402036
Binary1011001100000110001000110111100010000011011000001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594144; }

 p { color: rgb(89,65,68); }

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

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

 a { background-color: rgb(89,65,68); }

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

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

 span { border-color: rgb(89,65,68); }

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