#594546

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

Shades of Emperor #594546

Tints of Emperor #594546

Color information

#594546 (or 0x594546) is unknown color: approx Emperor. HEX triplet: 59, 45 and 46. RGB value is (89,69,70). Sum of RGB (Red+Green+Blue) = 89+69+70=228 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.04% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 70 (27.73% from 255 or 30.70% from 228); Max value from RGB is 89 - color contains mainly: red. Hex color #594546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594546 is #A6BAB9. Grayscale: #4B4B4B. Windows color (decimal): -10926778 or 4605273. OLE color: 4605273.

HSL color Cylindrical-coordinate representation of color #594546: hue angle of 357º 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 #594546 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB896970-
CMYK00.220.210.65
HSL357º12.66%30.98%-
HSV(B)357º22.47%34.9%-
XYZ7.356.826.72-
YUV75.09125.13137.92-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.04%
GREEN value IS 69 (27.34% from 255) = 30.26%
BLUE value IS 70 (27.73% from 255) = 30.70%
R=39.04%
G=30.26%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89697000.220.210.6535712.6630.98
Hex5945460161541165d1f
Octal131105106026251015451537
Binary101100110001011000110010110101011000001101100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594546; }

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

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

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

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

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

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

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

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