#504347

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

Shades of Emperor #504347

Tints of Emperor #504347

Color information

#504347 (or 0x504347) is unknown color: approx Emperor. HEX triplet: 50, 43 and 47. RGB value is (80,67,71). Sum of RGB (Red+Green+Blue) = 80+67+71=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 71 (28.12% from 255 or 32.57% from 218); Max value from RGB is 80 - color contains mainly: red. Hex color #504347 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504347 is #AFBCB8. Grayscale: #474747. Windows color (decimal): -11517113 or 4670288. OLE color: 4670288.

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

Color convert

RGB806771-
CMYK00.160.110.69
HSL341.54º8.84%28.82%-
HSV(B)341.54º16.25%31.37%-
XYZ6.456.176.81-
YUV71.34127.81134.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.70%
GREEN value IS 67 (26.56% from 255) = 30.73%
BLUE value IS 71 (28.12% from 255) = 32.57%
R=36.70%
G=30.73%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80677100.160.110.69341.548.8428.82
Hex504347010B4515691d
Octal120103107020131055261135
Binary10100001000011100011101000010111000101101010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504347; }

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

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

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

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

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

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

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

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