#482D2B

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

Shades of Espresso #482D2B

Tints of Espresso #482D2B

Color information

#482D2B (or 0x482D2B) is unknown color: approx Espresso. HEX triplet: 48, 2D and 2B. RGB value is (72,45,43). Sum of RGB (Red+Green+Blue) = 72+45+43=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 45 (17.97% from 255 or 28.12% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #482D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482D2B is #B7D2D4. Grayscale: #343434. Windows color (decimal): -12047061 or 2829640. OLE color: 2829640.

HSL color Cylindrical-coordinate representation of color #482D2B: hue angle of 4.14º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #482D2B is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB724543-
CMYK00.380.400.72
HSL4.14º25.22%22.55%-
HSV(B)4.14º40.28%28.24%-
XYZ4.053.432.73-
YUV52.84122.45141.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45%
GREEN value IS 45 (17.97% from 255) = 28.12%
BLUE value IS 43 (17.19% from 255) = 26.88%
R=45%
G=28.12%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72454300.380.400.724.1425.2222.55
Hex482D2B026284841917
Octal11055530465011043127
Binary1001000101101101011010011010100010010001001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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