#584849

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

Shades of Emperor #584849

Tints of Emperor #584849

Color information

#584849 (or 0x584849) is unknown color: approx Emperor. HEX triplet: 58, 48 and 49. RGB value is (88,72,73). Sum of RGB (Red+Green+Blue) = 88+72+73=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 88 - color contains mainly: red. Hex color #584849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584849 is #A7B7B6. Grayscale: #4C4C4C. Windows color (decimal): -10991543 or 4802648. OLE color: 4802648.

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

Color convert

RGB887273-
CMYK00.180.170.65
HSL356.25º10%31.37%-
HSV(B)356.25º18.18%34.51%-
XYZ7.547.197.29-
YUV76.9125.8135.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.77%
GREEN value IS 72 (28.52% from 255) = 30.90%
BLUE value IS 73 (28.91% from 255) = 31.33%
R=37.77%
G=30.90%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88727300.180.170.65356.251031.37
Hex5848490121141164a1f
Octal130110111022211015441237
Binary101100010010001001001010010100011000001101100100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584849; }

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

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

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

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

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

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

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

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