#4B3331

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

Shades of Espresso #4B3331

Tints of Espresso #4B3331

Color information

#4B3331 (or 0x4B3331) is unknown color: approx Espresso. HEX triplet: 4B, 33 and 31. RGB value is (75,51,49). Sum of RGB (Red+Green+Blue) = 75+51+49=175 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.86% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3331 is #B4CCCE. Grayscale: #393939. Windows color (decimal): -11848911 or 3224395. OLE color: 3224395.

HSL color Cylindrical-coordinate representation of color #4B3331: hue angle of 4.62º 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 #4B3331 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.71.

Color convert

RGB755149-
CMYK00.320.350.71
HSL4.62º20.97%24.31%-
HSV(B)4.62º34.67%29.41%-
XYZ4.644.093.45-
YUV57.95122.95140.16-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 42.86%
GREEN value IS 51 (20.31% from 255) = 29.14%
BLUE value IS 49 (19.53% from 255) = 28%
R=42.86%
G=29.14%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75514900.320.350.714.6220.9724.31
Hex4B3331020234751518
Octal11363610404310752530
Binary1001011110011110001010000010001110001111011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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