Html Css Color HEX #4D2928 Espresso

📋 copy color: '#4D2928'

red 77 ◦ green 41 ◦ blue 40

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

Shades of Espresso #4D2928

Tints of Espresso #4D2928

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.95%

 BLUE value IS 40 (16.02% from 255) = 25.32%

R = 48.73%
G = 25.95%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.70

RGB Variations

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

Color information

#4D2928 (or 0x4D2928) is known color: Espresso. HEX triplet: 4D, 29 and 28. RGB value is (77,41,40). Sum of RGB (Red+Green+Blue) = 77+41+40=158 (20% of max value = 765). Red value is 77 (30.47% from 255 or 48.73% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2928 is #B2D6D7. Grayscale: #333333. Windows color (decimal): -11720408 or 2632013. OLE color: 2632013.

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

Color convert

RGB 77 41 40 -
CMYK 0 0.47 0.48 0.70
HSL 1.62º 0.32% 0.23% -
HSV(B) 1.62º 0.48% 0.3% -
XYZ 4.24 3.32 2.42 -
YUV 51.65 121.43 146.08 -
System Red Green Blue C M Y K H S L
Decimal 77 41 40 0 0.47 0.48 0.70 1.62 0.32 0.23
Hex 4D 29 28 0 2F 30 46 2 20 17
Octal 115 51 50 0 57 60 106 2 40 27
Binary 1001101 101001 101000 0 101111 110000 1000110 10 100000 10111

Color Harmonies of #4D2928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2928

Black with #4D2928

Text Example


Text Example

White with #4D2928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,41,40); }

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

background-color css

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

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

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

border-color css

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

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

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