#504548

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

Shades of Emperor #504548

Tints of Emperor #504548

Color information

#504548 (or 0x504548) is unknown color: approx Emperor. HEX triplet: 50, 45 and 48. RGB value is (80,69,72). Sum of RGB (Red+Green+Blue) = 80+69+72=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 80 - color contains mainly: red. Hex color #504548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504548 is #AFBAB7. Grayscale: #484848. Windows color (decimal): -11516600 or 4736336. OLE color: 4736336.

HSL color Cylindrical-coordinate representation of color #504548: hue angle of 343.64º 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 #504548 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB806972-
CMYK00.140.100.69
HSL343.64º7.38%29.22%-
HSV(B)343.64º13.75%31.37%-
XYZ6.616.437.02-
YUV72.63127.64133.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.20%
GREEN value IS 69 (27.34% from 255) = 31.22%
BLUE value IS 72 (28.52% from 255) = 32.58%
R=36.20%
G=31.22%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80697200.140.100.69343.647.3829.22
Hex5045480EA4515871d
Octal12010511001612105530735
Binary101000010001011001000011101010100010110101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504548; }

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

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

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

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

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

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

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

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