#504541

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

Shades of Paco #504541

Tints of Paco #504541

Color information

#504541 (or 0x504541) is unknown color: approx Paco. HEX triplet: 50, 45 and 41. RGB value is (80,69,65). Sum of RGB (Red+Green+Blue) = 80+69+65=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 80 - color contains mainly: red. Hex color #504541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504541 is #AFBABE. Grayscale: #474747. Windows color (decimal): -11516607 or 4277584. OLE color: 4277584.

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

Color convert

RGB806965-
CMYK00.140.190.69
HSL16º10.34%28.43%-
HSV(B)16º18.75%31.37%-
XYZ6.396.345.89-
YUV71.83124.14133.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.38%
GREEN value IS 69 (27.34% from 255) = 32.24%
BLUE value IS 65 (25.78% from 255) = 30.37%
R=37.38%
G=32.24%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80696500.140.190.691610.3428.43
Hex5045410E134510a1c
Octal12010510101623105201234
Binary1010000100010110000010111010011100010110000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504541; }

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

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

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

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

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

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

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

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