#574449

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

Shades of Emperor #574449

Tints of Emperor #574449

Color information

#574449 (or 0x574449) is unknown color: approx Emperor. HEX triplet: 57, 44 and 49. RGB value is (87,68,73). Sum of RGB (Red+Green+Blue) = 87+68+73=228 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.16% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 87 - color contains mainly: red. Hex color #574449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574449 is #A8BBB6. Grayscale: #4A4A4A. Windows color (decimal): -11058103 or 4801623. OLE color: 4801623.

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

Color convert

RGB876873-
CMYK00.220.160.66
HSL344.21º12.26%30.39%-
HSV(B)344.21º21.84%34.12%-
XYZ7.26.647.21-
YUV74.25127.29137.09-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.16%
GREEN value IS 68 (26.95% from 255) = 29.82%
BLUE value IS 73 (28.91% from 255) = 32.02%
R=38.16%
G=29.82%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87687300.220.160.66344.2112.2630.39
Hex5744490161042158c1e
Octal127104111026201025301436
Binary101011110001001001001010110100001000010101011000110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574449; }

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

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

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

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

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

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

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

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