#573F40

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

Shades of Emperor #573F40

Tints of Emperor #573F40

Color information

#573F40 (or 0x573F40) is unknown color: approx Emperor. HEX triplet: 57, 3F and 40. RGB value is (87,63,64). Sum of RGB (Red+Green+Blue) = 87+63+64=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 87 - color contains mainly: red. Hex color #573F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573F40 is #A8C0BF. Grayscale: #464646. Windows color (decimal): -11059392 or 4210519. OLE color: 4210519.

HSL color Cylindrical-coordinate representation of color #573F40: hue angle of 357.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #573F40 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB876364-
CMYK00.280.260.66
HSL357.5º16%29.41%-
HSV(B)357.5º27.59%34.12%-
XYZ6.635.955.65-
YUV70.29124.45139.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.65%
GREEN value IS 63 (25% from 255) = 29.44%
BLUE value IS 64 (25.39% from 255) = 29.91%
R=40.65%
G=29.44%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87636400.280.260.66357.51629.41
Hex573F4001C1A42166101d
Octal12777100034321025462035
Binary101011111111110000000111001101010000101011001101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573F40; }

 p { color: rgb(87,63,64); }

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

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

 a { background-color: rgb(87,63,64); }

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

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

 span { border-color: rgb(87,63,64); }

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