#46302E

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

Shades of Espresso #46302E

Tints of Espresso #46302E

Color information

#46302E (or 0x46302E) is unknown color: approx Espresso. HEX triplet: 46, 30 and 2E. RGB value is (70,48,46). Sum of RGB (Red+Green+Blue) = 70+48+46=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 46 (18.36% from 255 or 28.05% from 164); Max value from RGB is 70 - color contains mainly: red. Hex color #46302E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46302E is #B9CFD1. Grayscale: #363636. Windows color (decimal): -12177362 or 3027014. OLE color: 3027014.

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

Color convert

RGB704846-
CMYK00.310.340.73
HSL20.69%22.75%-
HSV(B)34.29%27.45%-
XYZ4.083.613.07-
YUV54.35123.29139.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.68%
GREEN value IS 48 (19.14% from 255) = 29.27%
BLUE value IS 46 (18.36% from 255) = 28.05%
R=42.68%
G=29.27%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70484600.310.340.73520.6922.75
Hex46302E01F224951517
Octal10660560374211152527
Binary100011011000010111001111110001010010011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46302E; }

 p { color: rgb(70,48,46); }

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

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

 a { background-color: rgb(70,48,46); }

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

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

 span { border-color: rgb(70,48,46); }

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