#482928

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

Shades of Espresso #482928

Tints of Espresso #482928

Color information

#482928 (or 0x482928) is unknown color: approx Espresso. HEX triplet: 48, 29 and 28. RGB value is (72,41,40). Sum of RGB (Red+Green+Blue) = 72+41+40=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #482928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482928 is #B7D6D7. Grayscale: #323232. Windows color (decimal): -12048088 or 2632008. OLE color: 2632008.

HSL color Cylindrical-coordinate representation of color #482928: hue angle of 1.88º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #482928 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB724140-
CMYK00.430.440.72
HSL1.88º28.57%21.96%-
HSV(B)1.88º44.44%28.24%-
XYZ3.853.122.41-
YUV50.16122.27143.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.06%
GREEN value IS 41 (16.41% from 255) = 26.80%
BLUE value IS 40 (16.02% from 255) = 26.14%
R=47.06%
G=26.80%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72414000.430.440.721.8828.5721.96
Hex48292802B2C4821d16
Octal11051500535411023526
Binary100100010100110100001010111011001001000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482928; }

 p { color: rgb(72,41,40); }

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

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

 a { background-color: rgb(72,41,40); }

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

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

 span { border-color: rgb(72,41,40); }

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