#462824

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

Shades of Espresso #462824

Tints of Espresso #462824

Color information

#462824 (or 0x462824) is unknown color: approx Espresso. HEX triplet: 46, 28 and 24. RGB value is (70,40,36). Sum of RGB (Red+Green+Blue) = 70+40+36=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 40 (16.02% from 255 or 27.40% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #462824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462824 is #B9D7DB. Grayscale: #303030. Windows color (decimal): -12179420 or 2369606. OLE color: 2369606.

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

Color convert

RGB704036-
CMYK00.430.490.73
HSL7.06º32.08%20.78%-
HSV(B)7.06º48.57%27.45%-
XYZ3.62.952.05-
YUV48.51120.94143.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.95%
GREEN value IS 40 (16.02% from 255) = 27.40%
BLUE value IS 36 (14.45% from 255) = 24.66%
R=47.95%
G=27.40%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70403600.430.490.737.0632.0820.78
Hex46282402B314972015
Octal10650440536111174025
Binary10001101010001001000101011110001100100111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462824; }

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

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

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

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

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

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

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

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