#48302E

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

Shades of Espresso #48302E

Tints of Espresso #48302E

Color information

#48302E (or 0x48302E) is unknown color: approx Espresso. HEX triplet: 48, 30 and 2E. RGB value is (72,48,46). Sum of RGB (Red+Green+Blue) = 72+48+46=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 72 - color contains mainly: red. Hex color #48302E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48302E is #B7CFD1. Grayscale: #363636. Windows color (decimal): -12046290 or 3027016. OLE color: 3027016.

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

Color convert

RGB724846-
CMYK00.330.360.72
HSL4.62º22.03%23.14%-
HSV(B)4.62º36.11%28.24%-
XYZ4.223.693.07-
YUV54.95122.95140.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.37%
GREEN value IS 48 (19.14% from 255) = 28.92%
BLUE value IS 46 (18.36% from 255) = 27.71%
R=43.37%
G=28.92%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72484600.330.360.724.6222.0323.14
Hex48302E021244851617
Octal11060560414411052627
Binary1001000110000101110010000110010010010001011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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