#504749

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

Shades of Emperor #504749

Tints of Emperor #504749

Color information

#504749 (or 0x504749) is unknown color: approx Emperor. HEX triplet: 50, 47 and 49. RGB value is (80,71,73). Sum of RGB (Red+Green+Blue) = 80+71+73=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 80 - color contains mainly: red. Hex color #504749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504749 is #AFB8B6. Grayscale: #494949. Windows color (decimal): -11516087 or 4802384. OLE color: 4802384.

HSL color Cylindrical-coordinate representation of color #504749: hue angle of 346.67º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #504749 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB807173-
CMYK00.110.090.69
HSL346.67º5.96%29.61%-
HSV(B)346.67º11.25%31.37%-
XYZ6.766.697.24-
YUV73.92127.48132.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.71%
GREEN value IS 71 (28.12% from 255) = 31.70%
BLUE value IS 73 (28.91% from 255) = 32.59%
R=35.71%
G=31.70%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80717300.110.090.69346.675.9629.61
Hex5047490B94515b61e
Octal12010711101311105533636
Binary101000010001111001001010111001100010110101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504749; }

 p { color: rgb(80,71,73); }

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

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

 a { background-color: rgb(80,71,73); }

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

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

 span { border-color: rgb(80,71,73); }

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