#504647

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

Shades of Emperor #504647

Tints of Emperor #504647

Color information

#504647 (or 0x504647) is unknown color: approx Emperor. HEX triplet: 50, 46 and 47. RGB value is (80,70,71). Sum of RGB (Red+Green+Blue) = 80+70+71=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 80 - color contains mainly: red. Hex color #504647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504647 is #AFB9B8. Grayscale: #494949. Windows color (decimal): -11516345 or 4671056. OLE color: 4671056.

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

Color convert

RGB807071-
CMYK00.120.110.69
HSL354º6.67%29.41%-
HSV(B)354º12.5%31.37%-
XYZ6.646.546.87-
YUV73.1126.81132.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.20%
GREEN value IS 70 (27.73% from 255) = 31.67%
BLUE value IS 71 (28.12% from 255) = 32.13%
R=36.20%
G=31.67%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80707100.120.110.693546.6729.41
Hex5046470CB4516271d
Octal12010610701413105542735
Binary101000010001101000111011001011100010110110001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504647; }

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

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

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

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

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

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

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

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