#482623

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

Shades of Espresso #482623

Tints of Espresso #482623

Color information

#482623 (or 0x482623) is unknown color: approx Espresso. HEX triplet: 48, 26 and 23. RGB value is (72,38,35). Sum of RGB (Red+Green+Blue) = 72+38+35=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 35 (14.06% from 255 or 24.14% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #482623 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482623 is #B7D9DC. Grayscale: #2F2F2F. Windows color (decimal): -12048861 or 2303560. OLE color: 2303560.

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

Color convert

RGB723835-
CMYK00.470.510.72
HSL4.86º34.58%20.98%-
HSV(B)4.86º51.39%28.24%-
XYZ3.672.891.95-
YUV47.82120.76145.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.66%
GREEN value IS 38 (15.23% from 255) = 26.21%
BLUE value IS 35 (14.06% from 255) = 24.14%
R=49.66%
G=26.21%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72383500.470.510.724.8634.5820.98
Hex48262302F334852315
Octal11046430576311054325
Binary10010001001101000110101111110011100100010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482623; }

 p { color: rgb(72,38,35); }

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

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

 a { background-color: rgb(72,38,35); }

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

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

 span { border-color: rgb(72,38,35); }

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