#573C41

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

Shades of Emperor #573C41

Tints of Emperor #573C41

Color information

#573C41 (or 0x573C41) is unknown color: approx Emperor. HEX triplet: 57, 3C and 41. RGB value is (87,60,65). Sum of RGB (Red+Green+Blue) = 87+60+65=212 (28% of max value = 765). Red value is 87 (34.38% from 255 or 41.04% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 87 - color contains mainly: red. Hex color #573C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573C41 is #A8C3BE. Grayscale: #444444. Windows color (decimal): -11060159 or 4275287. OLE color: 4275287.

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

Color convert

RGB876065-
CMYK00.310.250.66
HSL348.89º18.37%28.82%-
HSV(B)348.89º31.03%34.12%-
XYZ6.55.645.75-
YUV68.64125.95141.09-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.04%
GREEN value IS 60 (23.83% from 255) = 28.30%
BLUE value IS 65 (25.78% from 255) = 30.66%
R=41.04%
G=28.30%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87606500.310.250.66348.8918.3728.82
Hex573C4101F194215d121d
Octal12774101037311025352235
Binary101011111110010000010111111100110000101010111011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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