#482A2A

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

Shades of Espresso #482A2A

Tints of Espresso #482A2A

Color information

#482A2A (or 0x482A2A) is unknown color: approx Espresso. HEX triplet: 48, 2A and 2A. RGB value is (72,42,42). Sum of RGB (Red+Green+Blue) = 72+42+42=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 42 (16.80% from 255 or 26.92% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #482A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482A2A is #B7D5D5. Grayscale: #323232. Windows color (decimal): -12047830 or 2763336. OLE color: 2763336.

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

Color convert

RGB724242-
CMYK00.420.420.72
HSL26.32%22.35%-
HSV(B)41.67%28.24%-
XYZ3.923.22.6-
YUV50.97122.94143-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.15%
GREEN value IS 42 (16.80% from 255) = 26.92%
BLUE value IS 42 (16.80% from 255) = 26.92%
R=46.15%
G=26.92%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72424200.420.420.72026.3222.35
Hex482A2A02A2A4801a16
Octal11052520525211003226
Binary10010001010101010100101010101010100100001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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