Html Css Color HEX #4D2D2B Espresso

📋 copy color: '#4D2D2B'

red 77 ◦ green 45 ◦ blue 43

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

Shades of Espresso #4D2D2B

Tints of Espresso #4D2D2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 26.06%

R = 46.67%
G = 27.27%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.70

RGB Variations

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

Color information

#4D2D2B (or 0x4D2D2B) is known color: Espresso. HEX triplet: 4D, 2D and 2B. RGB value is (77,45,43). Sum of RGB (Red+Green+Blue) = 77+45+43=165 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.67% from 165); Green value is 45 (17.97% from 255 or 27.27% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2D2B is #B2D2D4. Grayscale: #363636. Windows color (decimal): -11719381 or 2829645. OLE color: 2829645.

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

Color convert

RGB 77 45 43 -
CMYK 0 0.42 0.44 0.70
HSL 3.53º 0.28% 0.24% -
HSV(B) 3.53º 0.44% 0.3% -
XYZ 4.43 3.63 2.75 -
YUV 54.34 121.6 144.16 -
System Red Green Blue C M Y K H S L
Decimal 77 45 43 0 0.42 0.44 0.70 3.53 0.28 0.24
Hex 4D 2D 2B 0 2A 2C 46 4 1C 18
Octal 115 55 53 0 52 54 106 4 34 30
Binary 1001101 101101 101011 0 101010 101100 1000110 100 11100 11000

Color Harmonies of #4D2D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2D2B

Black with #4D2D2B

Text Example


Text Example

White with #4D2D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,45,43); }

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

background-color css

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

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

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

border-color css

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

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

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