#482B28

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

Shades of Espresso #482B28

Tints of Espresso #482B28

Color information

#482B28 (or 0x482B28) is unknown color: approx Espresso. HEX triplet: 48, 2B and 28. RGB value is (72,43,40). Sum of RGB (Red+Green+Blue) = 72+43+40=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #482B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482B28 is #B7D4D7. Grayscale: #333333. Windows color (decimal): -12047576 or 2632520. OLE color: 2632520.

HSL color Cylindrical-coordinate representation of color #482B28: hue angle of 5.63º 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 #482B28 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB724340-
CMYK00.400.440.72
HSL5.63º28.57%21.96%-
HSV(B)5.63º44.44%28.24%-
XYZ3.923.262.43-
YUV51.33121.61142.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.45%
GREEN value IS 43 (17.19% from 255) = 27.74%
BLUE value IS 40 (16.02% from 255) = 25.81%
R=46.45%
G=27.74%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72434000.400.440.725.6328.5721.96
Hex482B280282C4861d16
Octal11053500505411063526
Binary1001000101011101000010100010110010010001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482B28; }

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

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

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

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

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

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

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

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