#48312F

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

Shades of Espresso #48312F

Tints of Espresso #48312F

Color information

#48312F (or 0x48312F) is unknown color: approx Espresso. HEX triplet: 48, 31 and 2F. RGB value is (72,49,47). Sum of RGB (Red+Green+Blue) = 72+49+47=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #48312F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48312F is #B7CED0. Grayscale: #373737. Windows color (decimal): -12046033 or 3092808. OLE color: 3092808.

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

Color convert

RGB724947-
CMYK00.320.350.72
HSL4.8º21.01%23.33%-
HSV(B)4.8º34.72%28.24%-
XYZ4.283.783.19-
YUV55.65123.12139.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.86%
GREEN value IS 49 (19.53% from 255) = 29.17%
BLUE value IS 47 (18.75% from 255) = 27.98%
R=42.86%
G=29.17%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72494700.320.350.724.821.0123.33
Hex48312F020234851517
Octal11061570404311052527
Binary1001000110001101111010000010001110010001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48312F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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