#482524

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

Shades of Espresso #482524

Tints of Espresso #482524

Color information

#482524 (or 0x482524) is unknown color: approx Espresso. HEX triplet: 48, 25 and 24. RGB value is (72,37,36). Sum of RGB (Red+Green+Blue) = 72+37+36=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #482524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482524 is #B7DADB. Grayscale: #2F2F2F. Windows color (decimal): -12049116 or 2368840. OLE color: 2368840.

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

Color convert

RGB723736-
CMYK00.490.50.72
HSL1.67º33.33%21.18%-
HSV(B)1.67º50%28.24%-
XYZ3.652.832.02-
YUV47.35121.6145.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.66%
GREEN value IS 37 (14.84% from 255) = 25.52%
BLUE value IS 36 (14.45% from 255) = 24.83%
R=49.66%
G=25.52%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72373600.490.50.721.6733.3321.18
Hex482524031324822115
Octal11045440616211024125
Binary1001000100101100100011000111001010010001010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482524; }

 p { color: rgb(72,37,36); }

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

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

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

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

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

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

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