#584549

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

Shades of Emperor #584549

Tints of Emperor #584549

Color information

#584549 (or 0x584549) is unknown color: approx Emperor. HEX triplet: 58, 45 and 49. RGB value is (88,69,73). Sum of RGB (Red+Green+Blue) = 88+69+73=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 88 - color contains mainly: red. Hex color #584549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584549 is #A7BAB6. Grayscale: #4B4B4B. Windows color (decimal): -10992311 or 4801880. OLE color: 4801880.

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

Color convert

RGB886973-
CMYK00.220.170.65
HSL347.37º12.1%30.78%-
HSV(B)347.37º21.59%34.51%-
XYZ7.366.817.23-
YUV75.14126.79137.17-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.26%
GREEN value IS 69 (27.34% from 255) = 30%
BLUE value IS 73 (28.91% from 255) = 31.74%
R=38.26%
G=30%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88697300.220.170.65347.3712.130.78
Hex584549016114115bc1f
Octal130105111026211015331437
Binary101100010001011001001010110100011000001101011011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584549; }

 p { color: rgb(88,69,73); }

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

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

 a { background-color: rgb(88,69,73); }

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

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

 span { border-color: rgb(88,69,73); }

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