#4F3A2C

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

Shades of Taupe #4F3A2C

Tints of Taupe #4F3A2C

Color information

#4F3A2C (or 0x4F3A2C) is unknown color: approx Taupe. HEX triplet: 4F, 3A and 2C. RGB value is (79,58,44). Sum of RGB (Red+Green+Blue) = 79+58+44=181 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.65% from 181); Green value is 58 (23.05% from 255 or 32.04% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3A2C is #B0C5D3. Grayscale: #3E3E3E. Windows color (decimal): -11584980 or 2898511. OLE color: 2898511.

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

Color convert

RGB795844-
CMYK00.270.440.69
HSL24º28.46%24.12%-
HSV(B)24º44.3%30.98%-
XYZ5.194.873.05-
YUV62.68117.46139.64-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 43.65%
GREEN value IS 58 (23.05% from 255) = 32.04%
BLUE value IS 44 (17.58% from 255) = 24.31%
R=43.65%
G=32.04%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79584400.270.440.692428.4624.12
Hex4F3A2C01B2C45181c18
Octal117725403354105303430
Binary10011111110101011000110111011001000101110001110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,58,44); }

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

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

 a { background-color: rgb(79,58,44); }

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

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

 span { border-color: rgb(79,58,44); }

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