#594548

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

Shades of Emperor #594548

Tints of Emperor #594548

Color information

#594548 (or 0x594548) is unknown color: approx Emperor. HEX triplet: 59, 45 and 48. RGB value is (89,69,72). Sum of RGB (Red+Green+Blue) = 89+69+72=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 72 (28.52% from 255 or 31.30% from 230); Max value from RGB is 89 - color contains mainly: red. Hex color #594548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594548 is #A6BAB7. Grayscale: #4B4B4B. Windows color (decimal): -10926776 or 4736345. OLE color: 4736345.

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

Color convert

RGB896972-
CMYK00.220.190.65
HSL351º12.66%30.98%-
HSV(B)351º22.47%34.9%-
XYZ7.426.857.06-
YUV75.32126.13137.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.70%
GREEN value IS 69 (27.34% from 255) = 30%
BLUE value IS 72 (28.52% from 255) = 31.30%
R=38.70%
G=30%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89697200.220.190.6535112.6630.98
Hex594548016134115fd1f
Octal131105110026231015371537
Binary101100110001011001000010110100111000001101011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594548; }

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

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

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

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

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

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

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

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