#4C4033

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

Shades of Taupe #4C4033

Tints of Taupe #4C4033

Color information

#4C4033 (or 0x4C4033) is unknown color: approx Taupe. HEX triplet: 4C, 40 and 33. RGB value is (76,64,51). Sum of RGB (Red+Green+Blue) = 76+64+51=191 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.79% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 51 (20.31% from 255 or 26.70% from 191); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4033 is #B3BFCC. Grayscale: #424242. Windows color (decimal): -11780045 or 3358796. OLE color: 3358796.

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

Color convert

RGB766451-
CMYK00.160.330.70
HSL31.2º19.69%24.9%-
HSV(B)31.2º32.89%29.8%-
XYZ5.415.443.9-
YUV66.11119.48135.06-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 39.79%
GREEN value IS 64 (25.39% from 255) = 33.51%
BLUE value IS 51 (20.31% from 255) = 26.70%
R=39.79%
G=33.51%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76645100.160.330.7031.219.6924.9
Hex4C403301021461f1419
Octal1141006302041106372431
Binary100110010000001100110100001000011000110111111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,64,51); }

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

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

 a { background-color: rgb(76,64,51); }

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

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

 span { border-color: rgb(76,64,51); }

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