Html Css Color HEX #4C2D2C Espresso

📋 copy color: '#4C2D2C'

red 76 ◦ green 45 ◦ blue 44

#4C2D2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Espresso #4C2D2C

Tints of Espresso #4C2D2C

RGB

 RED value IS 76 (30.08% from 255) = 46.06%

 GREEN value IS 45 (17.97% from 255) = 27.27%

 BLUE value IS 44 (17.58% from 255) = 26.67%

R = 46.06%
G = 27.27%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.70

RGB Variations

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

Color information

#4C2D2C (or 0x4C2D2C) is known color: Espresso. HEX triplet: 4C, 2D and 2C. RGB value is (76,45,44). Sum of RGB (Red+Green+Blue) = 76+45+44=165 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.06% from 165); Green value is 45 (17.97% from 255 or 27.27% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2D2C is #B3D2D3. Grayscale: #363636. Windows color (decimal): -11784916 or 2895180. OLE color: 2895180.

HSL color Cylindrical-coordinate representation of color #4C2D2C: hue angle of 1.88º 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 #4C2D2C is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 45 44 -
CMYK 0 0.41 0.42 0.70
HSL 1.88º 0.27% 0.24% -
HSV(B) 1.88º 0.42% 0.3% -
XYZ 4.37 3.6 2.85 -
YUV 54.16 122.27 143.58 -
System Red Green Blue C M Y K H S L
Decimal 76 45 44 0 0.41 0.42 0.70 1.88 0.27 0.24
Hex 4C 2D 2C 0 29 2A 46 2 1B 18
Octal 114 55 54 0 51 52 106 2 33 30
Binary 1001100 101101 101100 0 101001 101010 1000110 10 11011 11000

Color Harmonies of #4C2D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2D2C

Black with #4C2D2C

Text Example


Text Example

White with #4C2D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C2D2C;
 }
 .AnyTagClassName
 {
   color: #4C2D2C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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