#462A25

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

Shades of Espresso #462A25

Tints of Espresso #462A25

Color information

#462A25 (or 0x462A25) is unknown color: approx Espresso. HEX triplet: 46, 2A and 25. RGB value is (70,42,37). Sum of RGB (Red+Green+Blue) = 70+42+37=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 42 (16.80% from 255 or 28.19% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #462A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462A25 is #B9D5DA. Grayscale: #313131. Windows color (decimal): -12178907 or 2435654. OLE color: 2435654.

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

Color convert

RGB704237-
CMYK00.400.470.73
HSL9.09º30.84%20.98%-
HSV(B)9.09º47.14%27.45%-
XYZ3.693.092.15-
YUV49.8120.78142.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.98%
GREEN value IS 42 (16.80% from 255) = 28.19%
BLUE value IS 37 (14.84% from 255) = 24.83%
R=46.98%
G=28.19%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70423700.400.470.739.0930.8420.98
Hex462A250282F4991f15
Octal106524505057111113725
Binary10001101010101001010101000101111100100110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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