#4C2F2F

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

Shades of Espresso #4C2F2F

Tints of Espresso #4C2F2F

Color information

#4C2F2F (or 0x4C2F2F) is unknown color: approx Espresso. HEX triplet: 4C, 2F and 2F. RGB value is (76,47,47). Sum of RGB (Red+Green+Blue) = 76+47+47=170 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.71% from 170); Green value is 47 (18.75% from 255 or 27.65% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2F2F is #B3D0D0. Grayscale: #373737. Windows color (decimal): -11784401 or 3092300. OLE color: 3092300.

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

Color convert

RGB764747-
CMYK00.380.380.70
HSL23.58%24.12%-
HSV(B)38.16%29.8%-
XYZ4.513.773.18-
YUV55.67123.11142.5-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 44.71%
GREEN value IS 47 (18.75% from 255) = 27.65%
BLUE value IS 47 (18.75% from 255) = 27.65%
R=44.71%
G=27.65%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76474700.380.380.70023.5824.12
Hex4C2F2F026264601818
Octal11457570464610603030
Binary10011001011111011110100110100110100011001100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,47,47); }

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

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

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

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

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

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

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