#48302F

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

Shades of Espresso #48302F

Tints of Espresso #48302F

Color information

#48302F (or 0x48302F) is unknown color: approx Espresso. HEX triplet: 48, 30 and 2F. RGB value is (72,48,47). Sum of RGB (Red+Green+Blue) = 72+48+47=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #48302F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48302F is #B7CFD0. Grayscale: #373737. Windows color (decimal): -12046289 or 3092552. OLE color: 3092552.

HSL color Cylindrical-coordinate representation of color #48302F: hue angle of 2.4º 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 #48302F is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB724847-
CMYK00.330.350.72
HSL2.4º21.01%23.33%-
HSV(B)2.4º34.72%28.24%-
XYZ4.243.73.18-
YUV55.06123.45140.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.11%
GREEN value IS 48 (19.14% from 255) = 28.74%
BLUE value IS 47 (18.75% from 255) = 28.14%
R=43.11%
G=28.74%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72484700.330.350.722.421.0123.33
Hex48302F021234821517
Octal11060570414311022527
Binary100100011000010111101000011000111001000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48302F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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