#482D2A

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

Shades of Espresso #482D2A

Tints of Espresso #482D2A

Color information

#482D2A (or 0x482D2A) is unknown color: approx Espresso. HEX triplet: 48, 2D and 2A. RGB value is (72,45,42). Sum of RGB (Red+Green+Blue) = 72+45+42=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #482D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482D2A is #B7D2D5. Grayscale: #343434. Windows color (decimal): -12047062 or 2764104. OLE color: 2764104.

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

Color convert

RGB724542-
CMYK00.380.420.72
HSL26.32%22.35%-
HSV(B)41.67%28.24%-
XYZ4.033.422.64-
YUV52.73121.95141.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.28%
GREEN value IS 45 (17.97% from 255) = 28.30%
BLUE value IS 42 (16.80% from 255) = 26.42%
R=45.28%
G=28.30%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72454200.380.420.72626.3222.35
Hex482D2A0262A4861a16
Octal11055520465211063226
Binary1001000101101101010010011010101010010001101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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