#482626

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

Shades of Espresso #482626

Tints of Espresso #482626

Color information

#482626 (or 0x482626) is unknown color: approx Espresso. HEX triplet: 48, 26 and 26. RGB value is (72,38,38). Sum of RGB (Red+Green+Blue) = 72+38+38=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 38 (15.23% from 255 or 25.68% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #482626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482626 is #B7D9D9. Grayscale: #303030. Windows color (decimal): -12048858 or 2500168. OLE color: 2500168.

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

Color convert

RGB723838-
CMYK00.470.470.72
HSL30.91%21.57%-
HSV(B)47.22%28.24%-
XYZ3.722.92.2-
YUV48.17122.26145-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.65%
GREEN value IS 38 (15.23% from 255) = 25.68%
BLUE value IS 38 (15.23% from 255) = 25.68%
R=48.65%
G=25.68%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72383800.470.470.72030.9121.57
Hex48262602F2F4801f16
Octal11046460575711003726
Binary10010001001101001100101111101111100100001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482626; }

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

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

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

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

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

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

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

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