Html Css Color HEX #4D2F2C Espresso

📋 copy color: '#4D2F2C'

red 77 ◦ green 47 ◦ blue 44

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

Shades of Espresso #4D2F2C

Tints of Espresso #4D2F2C

RGB

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

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

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

R = 45.83%
G = 27.98%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.70

RGB Variations

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

Color information

#4D2F2C (or 0x4D2F2C) is known color: Espresso. HEX triplet: 4D, 2F and 2C. RGB value is (77,47,44). Sum of RGB (Red+Green+Blue) = 77+47+44=168 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.83% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 44 (17.58% from 255 or 26.19% from 168); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2F2C is #B2D0D3. Grayscale: #373737. Windows color (decimal): -11718868 or 2895693. OLE color: 2895693.

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

Color convert

RGB 77 47 44 -
CMYK 0 0.39 0.43 0.70
HSL 5.45º 0.27% 0.24% -
HSV(B) 5.45º 0.43% 0.3% -
XYZ 4.53 3.79 2.88 -
YUV 55.63 121.44 143.24 -
System Red Green Blue C M Y K H S L
Decimal 77 47 44 0 0.39 0.43 0.70 5.45 0.27 0.24
Hex 4D 2F 2C 0 27 2B 46 5 1B 18
Octal 115 57 54 0 47 53 106 5 33 30
Binary 1001101 101111 101100 0 100111 101011 1000110 101 11011 11000

Color Harmonies of #4D2F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2F2C

Black with #4D2F2C

Text Example


Text Example

White with #4D2F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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