#594849

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

Shades of Emperor #594849

Tints of Emperor #594849

Color information

#594849 (or 0x594849) is unknown color: approx Emperor. HEX triplet: 59, 48 and 49. RGB value is (89,72,73). Sum of RGB (Red+Green+Blue) = 89+72+73=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 89 - color contains mainly: red. Hex color #594849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594849 is #A6B7B6. Grayscale: #4D4D4D. Windows color (decimal): -10926007 or 4802649. OLE color: 4802649.

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

Color convert

RGB897273-
CMYK00.190.180.65
HSL356.47º10.56%31.57%-
HSV(B)356.47º19.1%34.9%-
XYZ7.647.247.3-
YUV77.2125.63136.42-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.03%
GREEN value IS 72 (28.52% from 255) = 30.77%
BLUE value IS 73 (28.91% from 255) = 31.20%
R=38.03%
G=30.77%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89727300.190.180.65356.4710.5631.57
Hex5948490131241164b20
Octal131110111023221015441340
Binary1011001100100010010010100111001010000011011001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594849; }

 p { color: rgb(89,72,73); }

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

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

 a { background-color: rgb(89,72,73); }

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

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

 span { border-color: rgb(89,72,73); }

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