#462B2A

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

Shades of Espresso #462B2A

Tints of Espresso #462B2A

Color information

#462B2A (or 0x462B2A) is unknown color: approx Espresso. HEX triplet: 46, 2B and 2A. RGB value is (70,43,42). Sum of RGB (Red+Green+Blue) = 70+43+42=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #462B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462B2A is #B9D4D5. Grayscale: #323232. Windows color (decimal): -12178646 or 2763590. OLE color: 2763590.

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

Color convert

RGB704342-
CMYK00.390.400.73
HSL2.14º25%21.96%-
HSV(B)2.14º40%27.45%-
XYZ3.813.22.61-
YUV50.96122.95141.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.16%
GREEN value IS 43 (17.19% from 255) = 27.74%
BLUE value IS 42 (16.80% from 255) = 27.10%
R=45.16%
G=27.74%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70434200.390.400.732.142521.96
Hex462B2A027284921916
Octal10653520475011123126
Binary100011010101110101001001111010001001001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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