#462B27

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

Shades of Espresso #462B27

Tints of Espresso #462B27

Color information

#462B27 (or 0x462B27) is unknown color: approx Espresso. HEX triplet: 46, 2B and 27. RGB value is (70,43,39). Sum of RGB (Red+Green+Blue) = 70+43+39=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #462B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462B27 is #B9D4D8. Grayscale: #323232. Windows color (decimal): -12178649 or 2566982. OLE color: 2566982.

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

Color convert

RGB704339-
CMYK00.390.440.73
HSL7.74º28.44%21.37%-
HSV(B)7.74º44.29%27.45%-
XYZ3.763.182.33-
YUV50.62121.45141.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.05%
GREEN value IS 43 (17.19% from 255) = 28.29%
BLUE value IS 39 (15.62% from 255) = 25.66%
R=46.05%
G=28.29%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70433900.390.440.737.7428.4421.37
Hex462B270272C4981c15
Octal106534704754111103425
Binary10001101010111001110100111101100100100110001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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