#462926

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

Shades of Espresso #462926

Tints of Espresso #462926

Color information

#462926 (or 0x462926) is unknown color: approx Espresso. HEX triplet: 46, 29 and 26. RGB value is (70,41,38). Sum of RGB (Red+Green+Blue) = 70+41+38=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 38 (15.23% from 255 or 25.50% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #462926 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462926 is #B9D6D9. Grayscale: #313131. Windows color (decimal): -12179162 or 2500934. OLE color: 2500934.

HSL color Cylindrical-coordinate representation of color #462926: hue angle of 5.63º 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 #462926 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB704138-
CMYK00.410.460.73
HSL5.63º29.63%21.18%-
HSV(B)5.63º45.71%27.45%-
XYZ3.673.032.22-
YUV49.33121.61142.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.98%
GREEN value IS 41 (16.41% from 255) = 27.52%
BLUE value IS 38 (15.23% from 255) = 25.50%
R=46.98%
G=27.52%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70413800.410.460.735.6329.6321.18
Hex4629260292E4961e15
Octal10651460515611163625
Binary1000110101001100110010100110111010010011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462926; }

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

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

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

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

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

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

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

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