#482721

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

Shades of Espresso #482721

Tints of Espresso #482721

Color information

#482721 (or 0x482721) is unknown color: approx Espresso. HEX triplet: 48, 27 and 21. RGB value is (72,39,33). Sum of RGB (Red+Green+Blue) = 72+39+33=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 33 (13.28% from 255 or 22.92% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #482721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482721 is #B7D8DE. Grayscale: #303030. Windows color (decimal): -12048607 or 2172744. OLE color: 2172744.

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

Color convert

RGB723933-
CMYK00.460.540.72
HSL9.23º37.14%20.59%-
HSV(B)9.23º54.17%28.24%-
XYZ3.672.941.81-
YUV48.18119.43144.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50%
GREEN value IS 39 (15.62% from 255) = 27.08%
BLUE value IS 33 (13.28% from 255) = 22.92%
R=50%
G=27.08%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72393300.460.540.729.2337.1420.59
Hex48272102E364892515
Octal110474105666110114525
Binary100100010011110000101011101101101001000100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482721; }

 p { color: rgb(72,39,33); }

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

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

 a { background-color: rgb(72,39,33); }

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

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

 span { border-color: rgb(72,39,33); }

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