#48302C

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

Shades of Espresso #48302C

Tints of Espresso #48302C

Color information

#48302C (or 0x48302C) is unknown color: approx Espresso. HEX triplet: 48, 30 and 2C. RGB value is (72,48,44). Sum of RGB (Red+Green+Blue) = 72+48+44=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #48302C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48302C is #B7CFD3. Grayscale: #363636. Windows color (decimal): -12046292 or 2895944. OLE color: 2895944.

HSL color Cylindrical-coordinate representation of color #48302C: hue angle of 8.57º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #48302C is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB724844-
CMYK00.330.390.72
HSL8.57º24.14%22.75%-
HSV(B)8.57º38.89%28.24%-
XYZ4.183.672.87-
YUV54.72121.95140.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.90%
GREEN value IS 48 (19.14% from 255) = 29.27%
BLUE value IS 44 (17.58% from 255) = 26.83%
R=43.90%
G=29.27%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72484400.330.390.728.5724.1422.75
Hex48302C021274891817
Octal110605404147110113027
Binary10010001100001011000100001100111100100010011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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