#482727

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

Shades of Espresso #482727

Tints of Espresso #482727

Color information

#482727 (or 0x482727) is unknown color: approx Espresso. HEX triplet: 48, 27 and 27. RGB value is (72,39,39). Sum of RGB (Red+Green+Blue) = 72+39+39=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #482727 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482727 is #B7D8D8. Grayscale: #303030. Windows color (decimal): -12048601 or 2565960. OLE color: 2565960.

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

Color convert

RGB723939-
CMYK00.460.460.72
HSL29.73%21.76%-
HSV(B)45.83%28.24%-
XYZ3.762.982.3-
YUV48.87122.43144.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48%
GREEN value IS 39 (15.62% from 255) = 26%
BLUE value IS 39 (15.62% from 255) = 26%
R=48%
G=26%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72393900.460.460.72029.7321.76
Hex48272702E2E4801e16
Octal11047470565611003626
Binary10010001001111001110101110101110100100001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482727; }

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

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

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

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

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

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

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

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