#462925

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

Shades of Espresso #462925

Tints of Espresso #462925

Color information

#462925 (or 0x462925) is unknown color: approx Espresso. HEX triplet: 46, 29 and 25. RGB value is (70,41,37). Sum of RGB (Red+Green+Blue) = 70+41+37=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 70 - color contains mainly: red. Hex color #462925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462925 is #B9D6DA. Grayscale: #313131. Windows color (decimal): -12179163 or 2435398. OLE color: 2435398.

HSL color Cylindrical-coordinate representation of color #462925: hue angle of 7.27º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #462925 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB704137-
CMYK00.410.470.73
HSL7.27º30.84%20.98%-
HSV(B)7.27º47.14%27.45%-
XYZ3.653.022.14-
YUV49.22121.11142.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.30%
GREEN value IS 41 (16.41% from 255) = 27.70%
BLUE value IS 37 (14.84% from 255) = 25%
R=47.30%
G=27.70%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70413700.410.470.737.2730.8420.98
Hex4629250292F4971f15
Octal10651450515711173725
Binary1000110101001100101010100110111110010011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462925; }

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

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

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

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

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

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

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

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