#4C302C

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

Shades of Espresso #4C302C

Tints of Espresso #4C302C

Color information

#4C302C (or 0x4C302C) is unknown color: approx Espresso. HEX triplet: 4C, 30 and 2C. RGB value is (76,48,44). Sum of RGB (Red+Green+Blue) = 76+48+44=168 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.24% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 44 (17.58% from 255 or 26.19% from 168); Max value from RGB is 76 - color contains mainly: red. Hex color #4C302C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C302C is #B3CFD3. Grayscale: #373737. Windows color (decimal): -11784148 or 2895948. OLE color: 2895948.

HSL color Cylindrical-coordinate representation of color #4C302C: hue angle of 7.5º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C302C is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.70.

Color convert

RGB764844-
CMYK00.370.420.70
HSL7.5º26.67%23.53%-
HSV(B)7.5º42.11%29.8%-
XYZ4.493.832.89-
YUV55.92121.28142.33-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 45.24%
GREEN value IS 48 (19.14% from 255) = 28.57%
BLUE value IS 44 (17.58% from 255) = 26.19%
R=45.24%
G=28.57%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76484400.370.420.707.526.6723.53
Hex4C302C0252A4681b18
Octal114605404552106103330
Binary10011001100001011000100101101010100011010001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,48,44); }

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

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

 a { background-color: rgb(76,48,44); }

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

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

 span { border-color: rgb(76,48,44); }

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