#48302D

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

Shades of Espresso #48302D

Tints of Espresso #48302D

Color information

#48302D (or 0x48302D) is unknown color: approx Espresso. HEX triplet: 48, 30 and 2D. RGB value is (72,48,45). Sum of RGB (Red+Green+Blue) = 72+48+45=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #48302D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48302D is #B7CFD2. Grayscale: #363636. Windows color (decimal): -12046291 or 2961480. OLE color: 2961480.

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

Color convert

RGB724845-
CMYK00.330.380.72
HSL6.67º23.08%22.94%-
HSV(B)6.67º37.5%28.24%-
XYZ4.23.682.97-
YUV54.83122.45140.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.64%
GREEN value IS 48 (19.14% from 255) = 29.09%
BLUE value IS 45 (17.97% from 255) = 27.27%
R=43.64%
G=29.09%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72484500.330.380.726.6723.0822.94
Hex48302D021264871717
Octal11060550414611072727
Binary1001000110000101101010000110011010010001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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