#4F443D

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

Shades of Paco #4F443D

Tints of Paco #4F443D

Color information

#4F443D (or 0x4F443D) is unknown color: approx Paco. HEX triplet: 4F, 44 and 3D. RGB value is (79,68,61). Sum of RGB (Red+Green+Blue) = 79+68+61=208 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.98% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 79 - color contains mainly: red. Hex color #4F443D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F443D is #B0BBC2. Grayscale: #464646. Windows color (decimal): -11582403 or 4015183. OLE color: 4015183.

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

Color convert

RGB796861-
CMYK00.140.230.69
HSL23.33º12.86%27.45%-
HSV(B)23.33º22.78%30.98%-
XYZ6.136.135.28-
YUV70.49122.64134.07-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.98%
GREEN value IS 68 (26.95% from 255) = 32.69%
BLUE value IS 61 (24.22% from 255) = 29.33%
R=37.98%
G=32.69%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79686100.140.230.6923.3312.8627.45
Hex4F443D0E174517d1b
Octal1171047501627105271533
Binary100111110001001111010111010111100010110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F443D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,68,61); }

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

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

 a { background-color: rgb(79,68,61); }

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

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

 span { border-color: rgb(79,68,61); }

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