#462A27

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

Shades of Espresso #462A27

Tints of Espresso #462A27

Color information

#462A27 (or 0x462A27) is unknown color: approx Espresso. HEX triplet: 46, 2A and 27. RGB value is (70,42,39). Sum of RGB (Red+Green+Blue) = 70+42+39=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 42 (16.80% from 255 or 27.81% from 151); Blue value is 39 (15.62% from 255 or 25.83% from 151); Max value from RGB is 70 - color contains mainly: red. Hex color #462A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462A27 is #B9D5D8. Grayscale: #323232. Windows color (decimal): -12178905 or 2566726. OLE color: 2566726.

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

Color convert

RGB704239-
CMYK00.400.440.73
HSL5.81º28.44%21.37%-
HSV(B)5.81º44.29%27.45%-
XYZ3.723.12.32-
YUV50.03121.78142.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.36%
GREEN value IS 42 (16.80% from 255) = 27.81%
BLUE value IS 39 (15.62% from 255) = 25.83%
R=46.36%
G=27.81%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70423900.400.440.735.8128.4421.37
Hex462A270282C4961c15
Octal10652470505411163425
Binary1000110101010100111010100010110010010011101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462A27; }

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

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

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

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

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

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

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

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