#482B2B

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

Shades of Espresso #482B2B

Tints of Espresso #482B2B

Color information

#482B2B (or 0x482B2B) is unknown color: approx Espresso. HEX triplet: 48, 2B and 2B. RGB value is (72,43,43). Sum of RGB (Red+Green+Blue) = 72+43+43=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 43 (17.19% from 255 or 27.22% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #482B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482B2B is #B7D4D4. Grayscale: #333333. Windows color (decimal): -12047573 or 2829128. OLE color: 2829128.

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

Color convert

RGB724343-
CMYK00.400.400.72
HSL25.22%22.55%-
HSV(B)40.28%28.24%-
XYZ3.973.282.71-
YUV51.67123.11142.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.57%
GREEN value IS 43 (17.19% from 255) = 27.22%
BLUE value IS 43 (17.19% from 255) = 27.22%
R=45.57%
G=27.22%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72434300.400.400.72025.2222.55
Hex482B2B028284801917
Octal11053530505011003127
Binary10010001010111010110101000101000100100001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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