#462A26

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

Shades of Espresso #462A26

Tints of Espresso #462A26

Color information

#462A26 (or 0x462A26) is unknown color: approx Espresso. HEX triplet: 46, 2A and 26. RGB value is (70,42,38). Sum of RGB (Red+Green+Blue) = 70+42+38=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 42 (16.80% from 255 or 28% from 150); Blue value is 38 (15.23% from 255 or 25.33% from 150); Max value from RGB is 70 - color contains mainly: red. Hex color #462A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462A26 is #B9D5D9. Grayscale: #313131. Windows color (decimal): -12178906 or 2501190. OLE color: 2501190.

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

Color convert

RGB704238-
CMYK00.400.460.73
HSL7.5º29.63%21.18%-
HSV(B)7.5º45.71%27.45%-
XYZ3.73.12.24-
YUV49.92121.28142.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.67%
GREEN value IS 42 (16.80% from 255) = 28%
BLUE value IS 38 (15.23% from 255) = 25.33%
R=46.67%
G=28%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70423800.400.460.737.529.6321.18
Hex462A260282E4981e15
Octal106524605056111103625
Binary10001101010101001100101000101110100100110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462A26; }

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

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

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

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

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

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

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

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