#4A302C

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

Shades of Espresso #4A302C

Tints of Espresso #4A302C

Color information

#4A302C (or 0x4A302C) is unknown color: approx Espresso. HEX triplet: 4A, 30 and 2C. RGB value is (74,48,44). Sum of RGB (Red+Green+Blue) = 74+48+44=166 (21% of max value = 765). Red value is 74 (29.30% from 255 or 44.58% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 74 - color contains mainly: red. Hex color #4A302C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A302C is #B5CFD3. Grayscale: #373737. Windows color (decimal): -11915220 or 2895946. OLE color: 2895946.

HSL color Cylindrical-coordinate representation of color #4A302C: hue angle of 8º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4A302C is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB744844-
CMYK00.350.410.71
HSL25.42%23.14%-
HSV(B)40.54%29.02%-
XYZ4.343.752.88-
YUV55.32121.61141.33-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 44.58%
GREEN value IS 48 (19.14% from 255) = 28.92%
BLUE value IS 44 (17.58% from 255) = 26.51%
R=44.58%
G=28.92%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74484400.350.410.71825.4223.14
Hex4A302C023294781917
Octal112605404351107103127
Binary10010101100001011000100011101001100011110001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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