#4C302B

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

Shades of Espresso #4C302B

Tints of Espresso #4C302B

Color information

#4C302B (or 0x4C302B) is unknown color: approx Espresso. HEX triplet: 4C, 30 and 2B. RGB value is (76,48,43). Sum of RGB (Red+Green+Blue) = 76+48+43=167 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.51% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 76 - color contains mainly: red. Hex color #4C302B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C302B is #B3CFD4. Grayscale: #373737. Windows color (decimal): -11784149 or 2830412. OLE color: 2830412.

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

Color convert

RGB764843-
CMYK00.370.430.70
HSL9.09º27.73%23.33%-
HSV(B)9.09º43.42%29.8%-
XYZ4.473.822.79-
YUV55.8120.78142.41-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 45.51%
GREEN value IS 48 (19.14% from 255) = 28.74%
BLUE value IS 43 (17.19% from 255) = 25.75%
R=45.51%
G=28.74%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76484300.370.430.709.0927.7323.33
Hex4C302B0252B4691c17
Octal114605304553106113427
Binary10011001100001010110100101101011100011010011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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