Html Css Color HEX #4D302E Espresso

📋 copy color: '#4D302E'

red 77 ◦ green 48 ◦ blue 46

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

Shades of Espresso #4D302E

Tints of Espresso #4D302E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.07%

 BLUE value IS 46 (18.36% from 255) = 26.9%

R = 45.03%
G = 28.07%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.70

RGB Variations

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

Color information

#4D302E (or 0x4D302E) is known color: Espresso. HEX triplet: 4D, 30 and 2E. RGB value is (77,48,46). Sum of RGB (Red+Green+Blue) = 77+48+46=171 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.03% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 77 - color contains mainly: red. Hex color #4D302E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D302E is #B2CFD1. Grayscale: #383838. Windows color (decimal): -11718610 or 3027021. OLE color: 3027021.

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

Color convert

RGB 77 48 46 -
CMYK 0 0.38 0.40 0.70
HSL 3.87º 0.25% 0.24% -
HSV(B) 3.87º 0.4% 0.3% -
XYZ 4.61 3.89 3.09 -
YUV 56.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 77 48 46 0 0.38 0.40 0.70 3.87 0.25 0.24
Hex 4D 30 2E 0 26 28 46 4 19 18
Octal 115 60 56 0 46 50 106 4 31 30
Binary 1001101 110000 101110 0 100110 101000 1000110 100 11001 11000

Color Harmonies of #4D302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D302E

Black with #4D302E

Text Example


Text Example

White with #4D302E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,48,46); }

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

background-color css

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

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

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

border-color css

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

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

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