Html Css Color HEX #4D2C2C Espresso

📋 copy color: '#4D2C2C'

red 77 ◦ green 44 ◦ blue 44

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

Shades of Espresso #4D2C2C

Tints of Espresso #4D2C2C

RGB

 RED value IS 77 (30.47% from 255) = 46.67%

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

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

R = 46.67%
G = 26.67%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.70

RGB Variations

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

Color information

#4D2C2C (or 0x4D2C2C) is known color: Espresso. HEX triplet: 4D, 2C and 2C. RGB value is (77,44,44). Sum of RGB (Red+Green+Blue) = 77+44+44=165 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.67% from 165); Green value is 44 (17.58% from 255 or 26.67% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2C2C is #B2D3D3. Grayscale: #353535. Windows color (decimal): -11719636 or 2894925. OLE color: 2894925.

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

Color convert

RGB 77 44 44 -
CMYK 0 0.43 0.43 0.70
HSL 0.27% 0.24% -
HSV(B) 0.43% 0.3% -
XYZ 4.42 3.56 2.84 -
YUV 53.87 122.43 144.5 -
System Red Green Blue C M Y K H S L
Decimal 77 44 44 0 0.43 0.43 0.70 0 0.27 0.24
Hex 4D 2C 2C 0 2B 2B 46 0 1B 18
Octal 115 54 54 0 53 53 106 0 33 30
Binary 1001101 101100 101100 0 101011 101011 1000110 0 11011 11000

Color Harmonies of #4D2C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2C2C

Black with #4D2C2C

Text Example


Text Example

White with #4D2C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,44,44); }

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

background-color css

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

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

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

border-color css

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

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

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