#462422

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

Shades of Espresso #462422

Tints of Espresso #462422

Color information

#462422 (or 0x462422) is unknown color: approx Espresso. HEX triplet: 46, 24 and 22. RGB value is (70,36,34). Sum of RGB (Red+Green+Blue) = 70+36+34=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 36 (14.45% from 255 or 25.71% from 140); Blue value is 34 (13.67% from 255 or 24.29% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #462422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462422 is #B9DBDD. Grayscale: #2D2D2D. Windows color (decimal): -12180446 or 2237510. OLE color: 2237510.

HSL color Cylindrical-coordinate representation of color #462422: hue angle of 3.33º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #462422 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.73.

Color convert

RGB703634-
CMYK00.490.510.73
HSL3.33º34.62%20.39%-
HSV(B)3.33º51.43%27.45%-
XYZ3.452.681.85-
YUV45.94121.26145.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50%
GREEN value IS 36 (14.45% from 255) = 25.71%
BLUE value IS 34 (13.67% from 255) = 24.29%
R=50%
G=25.71%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70363400.490.510.733.3334.6220.39
Hex462422031334932314
Octal10644420616311134324
Binary1000110100100100010011000111001110010011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462422; }

 p { color: rgb(70,36,34); }

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

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

 a { background-color: rgb(70,36,34); }

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

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

 span { border-color: rgb(70,36,34); }

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