#574448

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

Shades of Emperor #574448

Tints of Emperor #574448

Color information

#574448 (or 0x574448) is unknown color: approx Emperor. HEX triplet: 57, 44 and 48. RGB value is (87,68,72). Sum of RGB (Red+Green+Blue) = 87+68+72=227 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.33% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 87 - color contains mainly: red. Hex color #574448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574448 is #A8BBB7. Grayscale: #4A4A4A. Windows color (decimal): -11058104 or 4736087. OLE color: 4736087.

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

Color convert

RGB876872-
CMYK00.220.170.66
HSL347.37º12.26%30.39%-
HSV(B)347.37º21.84%34.12%-
XYZ7.176.637.03-
YUV74.14126.79137.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.33%
GREEN value IS 68 (26.95% from 255) = 29.96%
BLUE value IS 72 (28.52% from 255) = 31.72%
R=38.33%
G=29.96%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87687200.220.170.66347.3712.2630.39
Hex574448016114215bc1e
Octal127104110026211025331436
Binary101011110001001001000010110100011000010101011011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574448; }

 p { color: rgb(87,68,72); }

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

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

 a { background-color: rgb(87,68,72); }

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

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

 span { border-color: rgb(87,68,72); }

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