#4F3A2D

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

Shades of Taupe #4F3A2D

Tints of Taupe #4F3A2D

Color information

#4F3A2D (or 0x4F3A2D) is unknown color: approx Taupe. HEX triplet: 4F, 3A and 2D. RGB value is (79,58,45). Sum of RGB (Red+Green+Blue) = 79+58+45=182 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.41% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3A2D is #B0C5D2. Grayscale: #3E3E3E. Windows color (decimal): -11584979 or 2964047. OLE color: 2964047.

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

Color convert

RGB795845-
CMYK00.270.430.69
HSL22.94º27.42%24.31%-
HSV(B)22.94º43.04%30.98%-
XYZ5.214.883.15-
YUV62.8117.96139.56-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 43.41%
GREEN value IS 58 (23.05% from 255) = 31.87%
BLUE value IS 45 (17.97% from 255) = 24.73%
R=43.41%
G=31.87%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79584500.270.430.6922.9427.4224.31
Hex4F3A2D01B2B45171b18
Octal117725503353105273330
Binary10011111110101011010110111010111000101101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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