#574549

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

Shades of Emperor #574549

Tints of Emperor #574549

Color information

#574549 (or 0x574549) is unknown color: approx Emperor. HEX triplet: 57, 45 and 49. RGB value is (87,69,73). Sum of RGB (Red+Green+Blue) = 87+69+73=229 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.99% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 87 - color contains mainly: red. Hex color #574549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574549 is #A8BAB6. Grayscale: #4A4A4A. Windows color (decimal): -11057847 or 4801879. OLE color: 4801879.

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

Color convert

RGB876973-
CMYK00.210.160.66
HSL346.67º11.54%30.59%-
HSV(B)346.67º20.69%34.12%-
XYZ7.266.767.23-
YUV74.84126.96136.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.99%
GREEN value IS 69 (27.34% from 255) = 30.13%
BLUE value IS 73 (28.91% from 255) = 31.88%
R=37.99%
G=30.13%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87697300.210.160.66346.6711.5430.59
Hex574549015104215bc1f
Octal127105111025201025331437
Binary101011110001011001001010101100001000010101011011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574549; }

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

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

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

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

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

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

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

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