#594649

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

Shades of Emperor #594649

Tints of Emperor #594649

Color information

#594649 (or 0x594649) is unknown color: approx Emperor. HEX triplet: 59, 46 and 49. RGB value is (89,70,73). Sum of RGB (Red+Green+Blue) = 89+70+73=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 89 - color contains mainly: red. Hex color #594649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594649 is #A6B9B6. Grayscale: #4C4C4C. Windows color (decimal): -10926519 or 4802137. OLE color: 4802137.

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

Color convert

RGB897073-
CMYK00.210.180.65
HSL350.53º11.95%31.18%-
HSV(B)350.53º21.35%34.9%-
XYZ7.516.997.26-
YUV76.02126.29137.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.36%
GREEN value IS 70 (27.73% from 255) = 30.17%
BLUE value IS 73 (28.91% from 255) = 31.47%
R=38.36%
G=30.17%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89707300.210.180.65350.5311.9531.18
Hex594649015124115fc1f
Octal131106111025221015371437
Binary101100110001101001001010101100101000001101011111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594649; }

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

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

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

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

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

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

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

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