#4F4541

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

Shades of Paco #4F4541

Tints of Paco #4F4541

Color information

#4F4541 (or 0x4F4541) is unknown color: approx Paco. HEX triplet: 4F, 45 and 41. RGB value is (79,69,65). Sum of RGB (Red+Green+Blue) = 79+69+65=213 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.09% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4541 is #B0BABE. Grayscale: #474747. Windows color (decimal): -11582143 or 4277583. OLE color: 4277583.

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

Color convert

RGB796965-
CMYK00.130.180.69
HSL17.14º9.72%28.24%-
HSV(B)17.14º17.72%30.98%-
XYZ6.316.35.88-
YUV71.53124.31133.33-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.09%
GREEN value IS 69 (27.34% from 255) = 32.39%
BLUE value IS 65 (25.78% from 255) = 30.52%
R=37.09%
G=32.39%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79696500.130.180.6917.149.7228.24
Hex4F45410D124511a1c
Octal11710510101522105211234
Binary1001111100010110000010110110010100010110001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F4541; }

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

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

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

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

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

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

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

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