#462D2C

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

Shades of Espresso #462D2C

Tints of Espresso #462D2C

Color information

#462D2C (or 0x462D2C) is unknown color: approx Espresso. HEX triplet: 46, 2D and 2C. RGB value is (70,45,44). Sum of RGB (Red+Green+Blue) = 70+45+44=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 70 - color contains mainly: red. Hex color #462D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462D2C is #B9D2D3. Grayscale: #343434. Windows color (decimal): -12178132 or 2895174. OLE color: 2895174.

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

Color convert

RGB704544-
CMYK00.360.370.73
HSL2.31º22.81%22.35%-
HSV(B)2.31º37.14%27.45%-
XYZ3.923.362.83-
YUV52.36123.28140.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.03%
GREEN value IS 45 (17.97% from 255) = 28.30%
BLUE value IS 44 (17.58% from 255) = 27.67%
R=44.03%
G=28.30%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70454400.360.370.732.3122.8122.35
Hex462D2C024254921716
Octal10655540444511122726
Binary100011010110110110001001001001011001001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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