#4B3131

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

Shades of Espresso #4B3131

Tints of Espresso #4B3131

Color information

#4B3131 (or 0x4B3131) is unknown color: approx Espresso. HEX triplet: 4B, 31 and 31. RGB value is (75,49,49). Sum of RGB (Red+Green+Blue) = 75+49+49=173 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.35% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3131 is #B4CECE. Grayscale: #383838. Windows color (decimal): -11849423 or 3223883. OLE color: 3223883.

HSL color Cylindrical-coordinate representation of color #4B3131: hue angle of 0º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4B3131 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.71.

Color convert

RGB754949-
CMYK00.350.350.71
HSL20.97%24.31%-
HSV(B)34.67%29.41%-
XYZ4.553.913.42-
YUV56.77123.61141-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 43.35%
GREEN value IS 49 (19.53% from 255) = 28.32%
BLUE value IS 49 (19.53% from 255) = 28.32%
R=43.35%
G=28.32%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75494900.350.350.71020.9724.31
Hex4B3131023234701518
Octal11361610434310702530
Binary10010111100011100010100011100011100011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,49,49); }

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

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

 a { background-color: rgb(75,49,49); }

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

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

 span { border-color: rgb(75,49,49); }

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