#462626

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

Shades of Espresso #462626

Tints of Espresso #462626

Color information

#462626 (or 0x462626) is unknown color: approx Espresso. HEX triplet: 46, 26 and 26. RGB value is (70,38,38). Sum of RGB (Red+Green+Blue) = 70+38+38=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 38 (15.23% from 255 or 26.03% from 146); Blue value is 38 (15.23% from 255 or 26.03% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #462626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462626 is #B9D9D9. Grayscale: #2F2F2F. Windows color (decimal): -12179930 or 2500166. OLE color: 2500166.

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

Color convert

RGB703838-
CMYK00.460.460.73
HSL29.63%21.18%-
HSV(B)45.71%27.45%-
XYZ3.572.832.19-
YUV47.57122.6144-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.95%
GREEN value IS 38 (15.23% from 255) = 26.03%
BLUE value IS 38 (15.23% from 255) = 26.03%
R=47.95%
G=26.03%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70383800.460.460.73029.6321.18
Hex46262602E2E4901e15
Octal10646460565611103625
Binary10001101001101001100101110101110100100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462626; }

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

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

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

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

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

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

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

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