#594243

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

Shades of Emperor #594243

Tints of Emperor #594243

Color information

#594243 (or 0x594243) is unknown color: approx Emperor. HEX triplet: 59, 42 and 43. RGB value is (89,66,67). Sum of RGB (Red+Green+Blue) = 89+66+67=222 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.09% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 67 (26.56% from 255 or 30.18% from 222); Max value from RGB is 89 - color contains mainly: red. Hex color #594243 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594243 is #A6BDBC. Grayscale: #494949. Windows color (decimal): -10927549 or 4407897. OLE color: 4407897.

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

Color convert

RGB896667-
CMYK00.260.250.65
HSL357.39º14.84%30.39%-
HSV(B)357.39º25.84%34.9%-
XYZ7.086.436.18-
YUV72.99124.62139.42-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.09%
GREEN value IS 66 (26.17% from 255) = 29.73%
BLUE value IS 67 (26.56% from 255) = 30.18%
R=40.09%
G=29.73%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89666700.260.250.65357.3914.8430.39
Hex59424301A1941165f1e
Octal131102103032311015451736
Binary101100110000101000011011010110011000001101100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594243; }

 p { color: rgb(89,66,67); }

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

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

 a { background-color: rgb(89,66,67); }

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

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

 span { border-color: rgb(89,66,67); }

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