Html Css Color HEX #4D2A26 Espresso

📋 copy color: '#4D2A26'

red 77 ◦ green 42 ◦ blue 38

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

Shades of Espresso #4D2A26

Tints of Espresso #4D2A26

RGB

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

 GREEN value IS 42 (16.8% from 255) = 26.75%

 BLUE value IS 38 (15.23% from 255) = 24.2%

R = 49.04%
G = 26.75%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.70

RGB Variations

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

Color information

#4D2A26 (or 0x4D2A26) is known color: Espresso. HEX triplet: 4D, 2A and 26. RGB value is (77,42,38). Sum of RGB (Red+Green+Blue) = 77+42+38=157 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.04% from 157); Green value is 42 (16.80% from 255 or 26.75% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2A26 is #B2D5D9. Grayscale: #343434. Windows color (decimal): -11720154 or 2501197. OLE color: 2501197.

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

Color convert

RGB 77 42 38 -
CMYK 0 0.45 0.51 0.70
HSL 6.15º 0.34% 0.23% -
HSV(B) 6.15º 0.51% 0.3% -
XYZ 4.24 3.37 2.26 -
YUV 52.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 77 42 38 0 0.45 0.51 0.70 6.15 0.34 0.23
Hex 4D 2A 26 0 2D 33 46 6 22 17
Octal 115 52 46 0 55 63 106 6 42 27
Binary 1001101 101010 100110 0 101101 110011 1000110 110 100010 10111

Color Harmonies of #4D2A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2A26

Black with #4D2A26

Text Example


Text Example

White with #4D2A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,42,38); }

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

background-color css

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

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

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

border-color css

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

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

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