#574146

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

Shades of Emperor #574146

Tints of Emperor #574146

Color information

#574146 (or 0x574146) is unknown color: approx Emperor. HEX triplet: 57, 41 and 46. RGB value is (87,65,70). Sum of RGB (Red+Green+Blue) = 87+65+70=222 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.19% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 87 - color contains mainly: red. Hex color #574146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574146 is #A8BEB9. Grayscale: #484848. Windows color (decimal): -11058874 or 4604247. OLE color: 4604247.

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

Color convert

RGB876570-
CMYK00.250.200.66
HSL346.36º14.47%29.8%-
HSV(B)346.36º25.29%34.12%-
XYZ6.936.256.64-
YUV72.15126.79138.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.19%
GREEN value IS 65 (25.78% from 255) = 29.28%
BLUE value IS 70 (27.73% from 255) = 31.53%
R=39.19%
G=29.28%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87657000.250.200.66346.3614.4729.8
Hex574146019144215ae1e
Octal127101106031241025321636
Binary101011110000011000110011001101001000010101011010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574146; }

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

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

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

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

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

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

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

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