#574849

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

Shades of Emperor #574849

Tints of Emperor #574849

Color information

#574849 (or 0x574849) is unknown color: approx Emperor. HEX triplet: 57, 48 and 49. RGB value is (87,72,73). Sum of RGB (Red+Green+Blue) = 87+72+73=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 87 - color contains mainly: red. Hex color #574849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574849 is #A8B7B6. Grayscale: #4C4C4C. Windows color (decimal): -11057079 or 4802647. OLE color: 4802647.

HSL color Cylindrical-coordinate representation of color #574849: hue angle of 356º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #574849 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB877273-
CMYK00.170.160.66
HSL356º9.43%31.18%-
HSV(B)356º17.24%34.12%-
XYZ7.457.147.29-
YUV76.6125.97135.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.5%
GREEN value IS 72 (28.52% from 255) = 31.03%
BLUE value IS 73 (28.91% from 255) = 31.47%
R=37.5%
G=31.03%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87727300.170.160.663569.4331.18
Hex574849011104216491f
Octal127110111021201025441137
Binary101011110010001001001010001100001000010101100100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574849; }

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

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

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

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

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

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

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

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