#4C3F35

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

Shades of Taupe #4C3F35

Tints of Taupe #4C3F35

Color information

#4C3F35 (or 0x4C3F35) is unknown color: approx Taupe. HEX triplet: 4C, 3F and 35. RGB value is (76,63,53). Sum of RGB (Red+Green+Blue) = 76+63+53=192 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.58% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 53 (21.09% from 255 or 27.60% from 192); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3F35 is #B3C0CA. Grayscale: #414141. Windows color (decimal): -11780299 or 3489612. OLE color: 3489612.

HSL color Cylindrical-coordinate representation of color #4C3F35: hue angle of 26.09º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4C3F35 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.70.

Color convert

RGB766353-
CMYK00.170.300.70
HSL26.09º17.83%25.29%-
HSV(B)26.09º30.26%29.8%-
XYZ5.45.354.12-
YUV65.75120.81135.31-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 39.58%
GREEN value IS 63 (25% from 255) = 32.81%
BLUE value IS 53 (21.09% from 255) = 27.60%
R=39.58%
G=32.81%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76635300.170.300.7026.0917.8325.29
Hex4C3F350111E461a1219
Octal114776502136106322231
Binary1001100111111110101010001111101000110110101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,63,53); }

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

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

 a { background-color: rgb(76,63,53); }

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

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

 span { border-color: rgb(76,63,53); }

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