#462826

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

Shades of Espresso #462826

Tints of Espresso #462826

Color information

#462826 (or 0x462826) is unknown color: approx Espresso. HEX triplet: 46, 28 and 26. RGB value is (70,40,38). Sum of RGB (Red+Green+Blue) = 70+40+38=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 70 - color contains mainly: red. Hex color #462826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462826 is #B9D7D9. Grayscale: #303030. Windows color (decimal): -12179418 or 2500678. OLE color: 2500678.

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

Color convert

RGB704038-
CMYK00.430.460.73
HSL3.75º29.63%21.18%-
HSV(B)3.75º45.71%27.45%-
XYZ3.632.962.21-
YUV48.74121.94143.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.30%
GREEN value IS 40 (16.02% from 255) = 27.03%
BLUE value IS 38 (15.23% from 255) = 25.68%
R=47.30%
G=27.03%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70403800.430.460.733.7529.6321.18
Hex46282602B2E4941e15
Octal10650460535611143625
Binary1000110101000100110010101110111010010011001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462826; }

 p { color: rgb(70,40,38); }

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

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

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

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

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

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

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