#573F42

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

Shades of Emperor #573F42

Tints of Emperor #573F42

Color information

#573F42 (or 0x573F42) is unknown color: approx Emperor. HEX triplet: 57, 3F and 42. RGB value is (87,63,66). Sum of RGB (Red+Green+Blue) = 87+63+66=216 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.28% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 87 - color contains mainly: red. Hex color #573F42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573F42 is #A8C0BD. Grayscale: #464646. Windows color (decimal): -11059390 or 4341591. OLE color: 4341591.

HSL color Cylindrical-coordinate representation of color #573F42: hue angle of 352.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 #573F42 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB876366-
CMYK00.280.240.66
HSL352.5º16%29.41%-
HSV(B)352.5º27.59%34.12%-
XYZ6.695.975.95-
YUV70.52125.45139.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.28%
GREEN value IS 63 (25% from 255) = 29.17%
BLUE value IS 66 (26.17% from 255) = 30.56%
R=40.28%
G=29.17%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87636600.280.240.66352.51629.41
Hex573F4201C1842160101d
Octal12777102034301025402035
Binary101011111111110000100111001100010000101011000001000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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