#4C302A

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

Shades of Espresso #4C302A

Tints of Espresso #4C302A

Color information

#4C302A (or 0x4C302A) is unknown color: approx Espresso. HEX triplet: 4C, 30 and 2A. RGB value is (76,48,42). Sum of RGB (Red+Green+Blue) = 76+48+42=166 (21% of max value = 765). Red value is 76 (30.08% from 255 or 45.78% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 76 - color contains mainly: red. Hex color #4C302A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C302A is #B3CFD5. Grayscale: #373737. Windows color (decimal): -11784150 or 2764876. OLE color: 2764876.

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

Color convert

RGB764842-
CMYK00.370.450.70
HSL10.59º28.81%23.14%-
HSV(B)10.59º44.74%29.8%-
XYZ4.463.822.69-
YUV55.69120.28142.49-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 45.78%
GREEN value IS 48 (19.14% from 255) = 28.92%
BLUE value IS 42 (16.80% from 255) = 25.30%
R=45.78%
G=28.92%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76484200.370.450.7010.5928.8123.14
Hex4C302A0252D46b1d17
Octal114605204555106133527
Binary10011001100001010100100101101101100011010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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