#574347

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

Shades of Emperor #574347

Tints of Emperor #574347

Color information

#574347 (or 0x574347) is unknown color: approx Emperor. HEX triplet: 57, 43 and 47. RGB value is (87,67,71). Sum of RGB (Red+Green+Blue) = 87+67+71=225 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.67% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 87 - color contains mainly: red. Hex color #574347 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574347 is #A8BCB8. Grayscale: #494949. Windows color (decimal): -11058361 or 4670295. OLE color: 4670295.

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

Color convert

RGB876771-
CMYK00.230.180.66
HSL348º12.99%30.2%-
HSV(B)348º22.99%34.12%-
XYZ7.076.56.84-
YUV73.44126.63137.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.67%
GREEN value IS 67 (26.56% from 255) = 29.78%
BLUE value IS 71 (28.12% from 255) = 31.56%
R=38.67%
G=29.78%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87677100.230.180.6634812.9930.2
Hex574347017124215cd1e
Octal127103107027221025341536
Binary101011110000111000111010111100101000010101011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574347; }

 p { color: rgb(87,67,71); }

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

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

 a { background-color: rgb(87,67,71); }

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

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

 span { border-color: rgb(87,67,71); }

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