#462D2A

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

Shades of Espresso #462D2A

Tints of Espresso #462D2A

Color information

#462D2A (or 0x462D2A) is unknown color: approx Espresso. HEX triplet: 46, 2D and 2A. RGB value is (70,45,42). Sum of RGB (Red+Green+Blue) = 70+45+42=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #462D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462D2A is #B9D2D5. Grayscale: #343434. Windows color (decimal): -12178134 or 2764102. OLE color: 2764102.

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

Color convert

RGB704542-
CMYK00.360.400.73
HSL6.43º25%21.96%-
HSV(B)6.43º40%27.45%-
XYZ3.883.352.63-
YUV52.13122.28140.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.59%
GREEN value IS 45 (17.97% from 255) = 28.66%
BLUE value IS 42 (16.80% from 255) = 26.75%
R=44.59%
G=28.66%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70454200.360.400.736.432521.96
Hex462D2A024284961916
Octal10655520445011163126
Binary1000110101101101010010010010100010010011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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