#462B25

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

Shades of Espresso #462B25

Tints of Espresso #462B25

Color information

#462B25 (or 0x462B25) is unknown color: approx Espresso. HEX triplet: 46, 2B and 25. RGB value is (70,43,37). Sum of RGB (Red+Green+Blue) = 70+43+37=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 43 (17.19% from 255 or 28.67% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 70 - color contains mainly: red. Hex color #462B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462B25 is #B9D4DA. Grayscale: #323232. Windows color (decimal): -12178651 or 2435910. OLE color: 2435910.

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

Color convert

RGB704337-
CMYK00.390.470.73
HSL10.91º30.84%20.98%-
HSV(B)10.91º47.14%27.45%-
XYZ3.723.162.16-
YUV50.39120.45141.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.67%
GREEN value IS 43 (17.19% from 255) = 28.67%
BLUE value IS 37 (14.84% from 255) = 24.67%
R=46.67%
G=28.67%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70433700.390.470.7310.9130.8420.98
Hex462B250272F49b1f15
Octal106534504757111133725
Binary10001101010111001010100111101111100100110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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