#482D2C

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

Shades of Espresso #482D2C

Tints of Espresso #482D2C

Color information

#482D2C (or 0x482D2C) is unknown color: approx Espresso. HEX triplet: 48, 2D and 2C. RGB value is (72,45,44). Sum of RGB (Red+Green+Blue) = 72+45+44=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 45 (17.97% from 255 or 27.95% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #482D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482D2C is #B7D2D3. Grayscale: #343434. Windows color (decimal): -12047060 or 2895176. OLE color: 2895176.

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

Color convert

RGB724544-
CMYK00.380.390.72
HSL2.14º24.14%22.75%-
HSV(B)2.14º38.89%28.24%-
XYZ4.073.442.83-
YUV52.96122.95141.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.72%
GREEN value IS 45 (17.97% from 255) = 27.95%
BLUE value IS 44 (17.58% from 255) = 27.33%
R=44.72%
G=27.95%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72454400.380.390.722.1424.1422.75
Hex482D2C026274821817
Octal11055540464711023027
Binary100100010110110110001001101001111001000101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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