#462827

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

Shades of Espresso #462827

Tints of Espresso #462827

Color information

#462827 (or 0x462827) is unknown color: approx Espresso. HEX triplet: 46, 28 and 27. RGB value is (70,40,39). Sum of RGB (Red+Green+Blue) = 70+40+39=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #462827 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462827 is #B9D7D8. Grayscale: #303030. Windows color (decimal): -12179417 or 2566214. OLE color: 2566214.

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

Color convert

RGB704039-
CMYK00.430.440.73
HSL1.94º28.44%21.37%-
HSV(B)1.94º44.29%27.45%-
XYZ3.652.972.3-
YUV48.86122.44143.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.98%
GREEN value IS 40 (16.02% from 255) = 26.85%
BLUE value IS 39 (15.62% from 255) = 26.17%
R=46.98%
G=26.85%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70403900.430.440.731.9428.4421.37
Hex46282702B2C4921c15
Octal10650470535411123425
Binary100011010100010011101010111011001001001101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462827; }

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

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

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

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

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

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

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

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