#462D2B

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

Shades of Espresso #462D2B

Tints of Espresso #462D2B

Color information

#462D2B (or 0x462D2B) is unknown color: approx Espresso. HEX triplet: 46, 2D and 2B. RGB value is (70,45,43). Sum of RGB (Red+Green+Blue) = 70+45+43=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 45 (17.97% from 255 or 28.48% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 70 - color contains mainly: red. Hex color #462D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462D2B is #B9D2D4. Grayscale: #343434. Windows color (decimal): -12178133 or 2829638. OLE color: 2829638.

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

Color convert

RGB704543-
CMYK00.360.390.73
HSL4.44º23.89%22.16%-
HSV(B)4.44º38.57%27.45%-
XYZ3.93.352.73-
YUV52.25122.78140.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.30%
GREEN value IS 45 (17.97% from 255) = 28.48%
BLUE value IS 43 (17.19% from 255) = 27.22%
R=44.30%
G=28.48%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70454300.360.390.734.4423.8922.16
Hex462D2B024274941816
Octal10655530444711143026
Binary1000110101101101011010010010011110010011001100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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