Html Css Color HEX #4C2F2C Espresso

📋 copy color: '#4C2F2C'

red 76 ◦ green 47 ◦ blue 44

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

Shades of Espresso #4C2F2C

Tints of Espresso #4C2F2C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 28.14%

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

R = 45.51%
G = 28.14%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.70

RGB Variations

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

Color information

#4C2F2C (or 0x4C2F2C) is known color: Espresso. HEX triplet: 4C, 2F and 2C. RGB value is (76,47,44). Sum of RGB (Red+Green+Blue) = 76+47+44=167 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.51% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2F2C is #B3D0D3. Grayscale: #373737. Windows color (decimal): -11784404 or 2895692. OLE color: 2895692.

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

Color convert

RGB 76 47 44 -
CMYK 0 0.38 0.42 0.70
HSL 5.63º 0.27% 0.24% -
HSV(B) 5.63º 0.42% 0.3% -
XYZ 4.45 3.75 2.87 -
YUV 55.33 121.61 142.74 -
System Red Green Blue C M Y K H S L
Decimal 76 47 44 0 0.38 0.42 0.70 5.63 0.27 0.24
Hex 4C 2F 2C 0 26 2A 46 6 1B 18
Octal 114 57 54 0 46 52 106 6 33 30
Binary 1001100 101111 101100 0 100110 101010 1000110 110 11011 11000

Color Harmonies of #4C2F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2F2C

Black with #4C2F2C

Text Example


Text Example

White with #4C2F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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