#504146

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

Shades of Emperor #504146

Tints of Emperor #504146

Color information

#504146 (or 0x504146) is unknown color: approx Emperor. HEX triplet: 50, 41 and 46. RGB value is (80,65,70). Sum of RGB (Red+Green+Blue) = 80+65+70=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 80 - color contains mainly: red. Hex color #504146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504146 is #AFBEB9. Grayscale: #464646. Windows color (decimal): -11517626 or 4604240. OLE color: 4604240.

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

Color convert

RGB806570-
CMYK00.190.120.69
HSL340º10.34%28.43%-
HSV(B)340º18.75%31.37%-
XYZ6.35.936.61-
YUV70.06127.97135.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.21%
GREEN value IS 65 (25.78% from 255) = 30.23%
BLUE value IS 70 (27.73% from 255) = 32.56%
R=37.21%
G=30.23%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80657000.190.120.6934010.3428.43
Hex504146013C45154a1c
Octal120101106023141055241234
Binary10100001000001100011001001111001000101101010100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504146; }

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

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

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

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

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

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

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

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