#48312E

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

Shades of Espresso #48312E

Tints of Espresso #48312E

Color information

#48312E (or 0x48312E) is unknown color: approx Espresso. HEX triplet: 48, 31 and 2E. RGB value is (72,49,46). Sum of RGB (Red+Green+Blue) = 72+49+46=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #48312E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48312E is #B7CED1. Grayscale: #373737. Windows color (decimal): -12046034 or 3027272. OLE color: 3027272.

HSL color Cylindrical-coordinate representation of color #48312E: hue angle of 6.92º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #48312E is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB724946-
CMYK00.320.360.72
HSL6.92º22.03%23.14%-
HSV(B)6.92º36.11%28.24%-
XYZ4.263.773.09-
YUV55.54122.62139.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.11%
GREEN value IS 49 (19.53% from 255) = 29.34%
BLUE value IS 46 (18.36% from 255) = 27.54%
R=43.11%
G=29.34%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72494600.320.360.726.9222.0323.14
Hex48312E020244871617
Octal11061560404411072627
Binary1001000110001101110010000010010010010001111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48312E; }

 p { color: rgb(72,49,46); }

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

<style>
 a { background-color: #48312E; }

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

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

<style>
 span { border-color: #48312E; }

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

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