#4C2B29

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

Shades of Espresso #4C2B29

Tints of Espresso #4C2B29

Color information

#4C2B29 (or 0x4C2B29) is unknown color: approx Espresso. HEX triplet: 4C, 2B and 29. RGB value is (76,43,41). Sum of RGB (Red+Green+Blue) = 76+43+41=160 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.5% from 160); Green value is 43 (17.19% from 255 or 26.88% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2B29 is #B3D4D6. Grayscale: #343434. Windows color (decimal): -11785431 or 2698060. OLE color: 2698060.

HSL color Cylindrical-coordinate representation of color #4C2B29: hue angle of 3.43º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C2B29 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.70.

Color convert

RGB764341-
CMYK00.430.460.70
HSL3.43º29.91%22.94%-
HSV(B)3.43º46.05%29.8%-
XYZ4.243.422.54-
YUV52.64121.43144.66-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 47.5%
GREEN value IS 43 (17.19% from 255) = 26.88%
BLUE value IS 41 (16.41% from 255) = 25.62%
R=47.5%
G=26.88%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76434100.430.460.703.4329.9122.94
Hex4C2B2902B2E4631e17
Octal11453510535610633627
Binary100110010101110100101010111011101000110111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,43,41); }

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

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

 a { background-color: rgb(76,43,41); }

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

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

 span { border-color: rgb(76,43,41); }

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