#462929

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

Shades of Espresso #462929

Tints of Espresso #462929

Color information

#462929 (or 0x462929) is unknown color: approx Espresso. HEX triplet: 46, 29 and 29. RGB value is (70,41,41). Sum of RGB (Red+Green+Blue) = 70+41+41=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #462929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462929 is #B9D6D6. Grayscale: #313131. Windows color (decimal): -12179159 or 2697542. OLE color: 2697542.

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

Color convert

RGB704141-
CMYK00.410.410.73
HSL26.13%21.76%-
HSV(B)41.43%27.45%-
XYZ3.723.052.49-
YUV49.67123.11142.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.05%
GREEN value IS 41 (16.41% from 255) = 26.97%
BLUE value IS 41 (16.41% from 255) = 26.97%
R=46.05%
G=26.97%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70414100.410.410.73026.1321.76
Hex462929029294901a16
Octal10651510515111103226
Binary10001101010011010010101001101001100100101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462929; }

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

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

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

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

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

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

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

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