#462927

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

Shades of Espresso #462927

Tints of Espresso #462927

Color information

#462927 (or 0x462927) is unknown color: approx Espresso. HEX triplet: 46, 29 and 27. RGB value is (70,41,39). Sum of RGB (Red+Green+Blue) = 70+41+39=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 70 - color contains mainly: red. Hex color #462927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462927 is #B9D6D8. Grayscale: #313131. Windows color (decimal): -12179161 or 2566470. OLE color: 2566470.

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

Color convert

RGB704139-
CMYK00.410.440.73
HSL3.87º28.44%21.37%-
HSV(B)3.87º44.29%27.45%-
XYZ3.683.032.31-
YUV49.44122.11142.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.67%
GREEN value IS 41 (16.41% from 255) = 27.33%
BLUE value IS 39 (15.62% from 255) = 26%
R=46.67%
G=27.33%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70413900.410.440.733.8728.4421.37
Hex4629270292C4941c15
Octal10651470515411143425
Binary1000110101001100111010100110110010010011001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462927; }

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

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

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

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

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

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

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

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