#4F3D2F

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

Shades of Taupe #4F3D2F

Tints of Taupe #4F3D2F

Color information

#4F3D2F (or 0x4F3D2F) is unknown color: approx Taupe. HEX triplet: 4F, 3D and 2F. RGB value is (79,61,47). Sum of RGB (Red+Green+Blue) = 79+61+47=187 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.25% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3D2F is #B0C2D0. Grayscale: #404040. Windows color (decimal): -11584209 or 3095887. OLE color: 3095887.

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

Color convert

RGB796147-
CMYK00.230.410.69
HSL26.25º25.4%24.71%-
HSV(B)26.25º40.51%30.98%-
XYZ5.415.23.41-
YUV64.79117.96138.14-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.25%
GREEN value IS 61 (24.22% from 255) = 32.62%
BLUE value IS 47 (18.75% from 255) = 25.13%
R=42.25%
G=32.62%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79614700.230.410.6926.2525.424.71
Hex4F3D2F01729451a1919
Octal117755702751105323131
Binary10011111111011011110101111010011000101110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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