#574247

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

Shades of Emperor #574247

Tints of Emperor #574247

Color information

#574247 (or 0x574247) is unknown color: approx Emperor. HEX triplet: 57, 42 and 47. RGB value is (87,66,71). Sum of RGB (Red+Green+Blue) = 87+66+71=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 71 (28.12% from 255 or 31.70% from 224); Max value from RGB is 87 - color contains mainly: red. Hex color #574247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574247 is #A8BDB8. Grayscale: #484848. Windows color (decimal): -11058617 or 4670039. OLE color: 4670039.

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

Color convert

RGB876671-
CMYK00.240.180.66
HSL345.71º13.73%30%-
HSV(B)345.71º24.14%34.12%-
XYZ7.026.386.82-
YUV72.85126.96138.09-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.84%
GREEN value IS 66 (26.17% from 255) = 29.46%
BLUE value IS 71 (28.12% from 255) = 31.70%
R=38.84%
G=29.46%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87667100.240.180.66345.7113.7330
Hex574247018124215ae1e
Octal127102107030221025321636
Binary101011110000101000111011000100101000010101011010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574247; }

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

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

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

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

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

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

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

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