#504345

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

Shades of Emperor #504345

Tints of Emperor #504345

Color information

#504345 (or 0x504345) is unknown color: approx Emperor. HEX triplet: 50, 43 and 45. RGB value is (80,67,69). Sum of RGB (Red+Green+Blue) = 80+67+69=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 80 - color contains mainly: red. Hex color #504345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504345 is #AFBCBA. Grayscale: #474747. Windows color (decimal): -11517115 or 4539216. OLE color: 4539216.

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

Color convert

RGB806769-
CMYK00.160.140.69
HSL350.77º8.84%28.82%-
HSV(B)350.77º16.25%31.37%-
XYZ6.396.156.48-
YUV71.11126.81134.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.04%
GREEN value IS 67 (26.56% from 255) = 31.02%
BLUE value IS 69 (27.34% from 255) = 31.94%
R=37.04%
G=31.02%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80676900.160.140.69350.778.8428.82
Hex504345010E4515f91d
Octal120103105020161055371135
Binary10100001000011100010101000011101000101101011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504345; }

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

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

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

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

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

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

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

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