#462924

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

Shades of Espresso #462924

Tints of Espresso #462924

Color information

#462924 (or 0x462924) is unknown color: approx Espresso. HEX triplet: 46, 29 and 24. RGB value is (70,41,36). Sum of RGB (Red+Green+Blue) = 70+41+36=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 70 - color contains mainly: red. Hex color #462924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462924 is #B9D6DB. Grayscale: #313131. Windows color (decimal): -12179164 or 2369862. OLE color: 2369862.

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

Color convert

RGB704136-
CMYK00.410.490.73
HSL8.82º32.08%20.78%-
HSV(B)8.82º48.57%27.45%-
XYZ3.643.022.06-
YUV49.1120.61142.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.62%
GREEN value IS 41 (16.41% from 255) = 27.89%
BLUE value IS 36 (14.45% from 255) = 24.49%
R=47.62%
G=27.89%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70413600.410.490.738.8232.0820.78
Hex462924029314992015
Octal106514405161111114025
Binary100011010100110010001010011100011001001100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462924; }

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

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

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

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

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

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

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

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