#4D2D28

Color #4D2D28 Espresso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Espresso #4D2D28

Tints of Espresso #4D2D28

Color information

#4D2D28 (or 0x4D2D28) is unknown color: approx Espresso. HEX triplet: 4D, 2D and 28. RGB value is (77,45,40). Sum of RGB (Red+Green+Blue) = 77+45+40=162 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.53% from 162); Green value is 45 (17.97% from 255 or 27.78% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2D28 is #B2D2D7. Grayscale: #363636. Windows color (decimal): -11719384 or 2633037. OLE color: 2633037.

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

Color convert

RGB774540-
CMYK00.420.480.70
HSL8.11º31.62%22.94%-
HSV(B)8.11º48.05%30.2%-
XYZ4.383.612.47-
YUV54120.1144.41-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 47.53%
GREEN value IS 45 (17.97% from 255) = 27.78%
BLUE value IS 40 (16.02% from 255) = 24.69%
R=47.53%
G=27.78%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77454000.420.480.708.1131.6222.94
Hex4D2D2802A304682017
Octal115555005260106104027
Binary100110110110110100001010101100001000110100010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D2D28;
 }
 .AnyTagClassName
 {
   color: #4D2D28;
 }
</style>
background-color css

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

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

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

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

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

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