#482D28

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

Shades of Espresso #482D28

Tints of Espresso #482D28

Color information

#482D28 (or 0x482D28) is unknown color: approx Espresso. HEX triplet: 48, 2D and 28. RGB value is (72,45,40). Sum of RGB (Red+Green+Blue) = 72+45+40=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #482D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482D28 is #B7D2D7. Grayscale: #343434. Windows color (decimal): -12047064 or 2633032. OLE color: 2633032.

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

Color convert

RGB724540-
CMYK00.380.440.72
HSL9.38º28.57%21.96%-
HSV(B)9.38º44.44%28.24%-
XYZ3.993.412.45-
YUV52.5120.95141.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.86%
GREEN value IS 45 (17.97% from 255) = 28.66%
BLUE value IS 40 (16.02% from 255) = 25.48%
R=45.86%
G=28.66%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72454000.380.440.729.3828.5721.96
Hex482D280262C4891d16
Octal110555004654110113526
Binary10010001011011010000100110101100100100010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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