#504642

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

Shades of Paco #504642

Tints of Paco #504642

Color information

#504642 (or 0x504642) is unknown color: approx Paco. HEX triplet: 50, 46 and 42. RGB value is (80,70,66). Sum of RGB (Red+Green+Blue) = 80+70+66=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 80 - color contains mainly: red. Hex color #504642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504642 is #AFB9BD. Grayscale: #484848. Windows color (decimal): -11516350 or 4343376. OLE color: 4343376.

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

Color convert

RGB807066-
CMYK00.120.170.69
HSL17.14º9.59%28.63%-
HSV(B)17.14º17.5%31.37%-
XYZ6.486.486.06-
YUV72.53124.31133.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.04%
GREEN value IS 70 (27.73% from 255) = 32.41%
BLUE value IS 66 (26.17% from 255) = 30.56%
R=37.04%
G=32.41%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80706600.120.170.6917.149.5928.63
Hex5046420C114511a1d
Octal12010610201421105211235
Binary1010000100011010000100110010001100010110001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504642; }

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

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

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

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

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

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

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

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