#504546

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

Shades of Emperor #504546

Tints of Emperor #504546

Color information

#504546 (or 0x504546) is unknown color: approx Emperor. HEX triplet: 50, 45 and 46. RGB value is (80,69,70). Sum of RGB (Red+Green+Blue) = 80+69+70=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 70 (27.73% from 255 or 31.96% from 219); Max value from RGB is 80 - color contains mainly: red. Hex color #504546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504546 is #AFBAB9. Grayscale: #484848. Windows color (decimal): -11516602 or 4605264. OLE color: 4605264.

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

Color convert

RGB806970-
CMYK00.140.120.69
HSL354.55º7.38%29.22%-
HSV(B)354.55º13.75%31.37%-
XYZ6.546.46.69-
YUV72.4126.64133.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.53%
GREEN value IS 69 (27.34% from 255) = 31.51%
BLUE value IS 70 (27.73% from 255) = 31.96%
R=36.53%
G=31.51%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80697000.140.120.69354.557.3829.22
Hex5045460EC4516371d
Octal12010510601614105543735
Binary101000010001011000110011101100100010110110001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504546; }

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

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

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

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

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

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

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

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