#574346

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

Shades of Emperor #574346

Tints of Emperor #574346

Color information

#574346 (or 0x574346) is unknown color: approx Emperor. HEX triplet: 57, 43 and 46. RGB value is (87,67,70). Sum of RGB (Red+Green+Blue) = 87+67+70=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 87 - color contains mainly: red. Hex color #574346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574346 is #A8BCB9. Grayscale: #494949. Windows color (decimal): -11058362 or 4604759. OLE color: 4604759.

HSL color Cylindrical-coordinate representation of color #574346: hue angle of 351º 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 #574346 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB876770-
CMYK00.230.200.66
HSL351º12.99%30.2%-
HSV(B)351º22.99%34.12%-
XYZ7.046.486.67-
YUV73.32126.13137.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.84%
GREEN value IS 67 (26.56% from 255) = 29.91%
BLUE value IS 70 (27.73% from 255) = 31.25%
R=38.84%
G=29.91%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87677000.230.200.6635112.9930.2
Hex574346017144215fd1e
Octal127103106027241025371536
Binary101011110000111000110010111101001000010101011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574346; }

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

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

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

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

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

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

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

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