Html Css Color HEX #4D3028 Espresso

📋 copy color: '#4D3028'

red 77 ◦ green 48 ◦ blue 40

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

Shades of Espresso #4D3028

Tints of Espresso #4D3028

RGB

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

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

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

R = 46.67%
G = 29.09%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.70

RGB Variations

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

Color information

#4D3028 (or 0x4D3028) is known color: Espresso. HEX triplet: 4D, 30 and 28. RGB value is (77,48,40). Sum of RGB (Red+Green+Blue) = 77+48+40=165 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.67% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3028 is #B2CFD7. Grayscale: #373737. Windows color (decimal): -11718616 or 2633805. OLE color: 2633805.

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

Color convert

RGB 77 48 40 -
CMYK 0 0.38 0.48 0.70
HSL 12.97º 0.32% 0.23% -
HSV(B) 12.97º 0.48% 0.3% -
XYZ 4.5 3.84 2.51 -
YUV 55.76 119.11 143.15 -
System Red Green Blue C M Y K H S L
Decimal 77 48 40 0 0.38 0.48 0.70 12.97 0.32 0.23
Hex 4D 30 28 0 26 30 46 D 20 17
Octal 115 60 50 0 46 60 106 15 40 27
Binary 1001101 110000 101000 0 100110 110000 1000110 1101 100000 10111

Color Harmonies of #4D3028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3028

Black with #4D3028

Text Example


Text Example

White with #4D3028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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