#462A29

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

Shades of Espresso #462A29

Tints of Espresso #462A29

Color information

#462A29 (or 0x462A29) is unknown color: approx Espresso. HEX triplet: 46, 2A and 29. RGB value is (70,42,41). Sum of RGB (Red+Green+Blue) = 70+42+41=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 41 (16.41% from 255 or 26.80% from 153); Max value from RGB is 70 - color contains mainly: red. Hex color #462A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462A29 is #B9D5D6. Grayscale: #323232. Windows color (decimal): -12178903 or 2697798. OLE color: 2697798.

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

Color convert

RGB704241-
CMYK00.400.410.73
HSL2.07º26.13%21.76%-
HSV(B)2.07º41.43%27.45%-
XYZ3.753.122.5-
YUV50.26122.78142.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.75%
GREEN value IS 42 (16.80% from 255) = 27.45%
BLUE value IS 41 (16.41% from 255) = 26.80%
R=45.75%
G=27.45%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70424100.400.410.732.0726.1321.76
Hex462A29028294921a16
Octal10652510505111123226
Binary100011010101010100101010001010011001001101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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