#462C2A

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

Shades of Espresso #462C2A

Tints of Espresso #462C2A

Color information

#462C2A (or 0x462C2A) is unknown color: approx Espresso. HEX triplet: 46, 2C and 2A. RGB value is (70,44,42). Sum of RGB (Red+Green+Blue) = 70+44+42=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 44 (17.58% from 255 or 28.21% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 70 - color contains mainly: red. Hex color #462C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462C2A is #B9D3D5. Grayscale: #333333. Windows color (decimal): -12178390 or 2763846. OLE color: 2763846.

HSL color Cylindrical-coordinate representation of color #462C2A: hue angle of 4.29º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #462C2A is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB704442-
CMYK00.370.400.73
HSL4.29º25%21.96%-
HSV(B)4.29º40%27.45%-
XYZ3.843.272.62-
YUV51.55122.61141.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.87%
GREEN value IS 44 (17.58% from 255) = 28.21%
BLUE value IS 42 (16.80% from 255) = 26.92%
R=44.87%
G=28.21%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70444200.370.400.734.292521.96
Hex462C2A025284941916
Octal10654520455011143126
Binary1000110101100101010010010110100010010011001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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