#482624

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

Shades of Espresso #482624

Tints of Espresso #482624

Color information

#482624 (or 0x482624) is unknown color: approx Espresso. HEX triplet: 48, 26 and 24. RGB value is (72,38,36). Sum of RGB (Red+Green+Blue) = 72+38+36=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 38 (15.23% from 255 or 26.03% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #482624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482624 is #B7D9DB. Grayscale: #2F2F2F. Windows color (decimal): -12048860 or 2369096. OLE color: 2369096.

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

Color convert

RGB723836-
CMYK00.470.50.72
HSL3.33º33.33%21.18%-
HSV(B)3.33º50%28.24%-
XYZ3.682.892.03-
YUV47.94121.26145.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.32%
GREEN value IS 38 (15.23% from 255) = 26.03%
BLUE value IS 36 (14.45% from 255) = 24.66%
R=49.32%
G=26.03%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72383600.470.50.723.3333.3321.18
Hex48262402F324832115
Octal11046440576211034125
Binary1001000100110100100010111111001010010001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482624; }

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

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

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

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

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

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

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

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