#462323

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

Shades of Espresso #462323

Tints of Espresso #462323

Color information

#462323 (or 0x462323) is unknown color: approx Espresso. HEX triplet: 46, 23 and 23. RGB value is (70,35,35). Sum of RGB (Red+Green+Blue) = 70+35+35=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 35 (14.06% from 255 or 25% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #462323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462323 is #B9DCDC. Grayscale: #2D2D2D. Windows color (decimal): -12180701 or 2302790. OLE color: 2302790.

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

Color convert

RGB703535-
CMYK00.50.50.73
HSL33.33%20.59%-
HSV(B)50%27.45%-
XYZ3.432.631.92-
YUV45.46122.1145.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50%
GREEN value IS 35 (14.06% from 255) = 25%
BLUE value IS 35 (14.06% from 255) = 25%
R=50%
G=25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.5
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70353500.50.50.73033.3320.59
Hex462323032324902115
Octal10643430626211104125
Binary100011010001110001101100101100101001001010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462323; }

 p { color: rgb(70,35,35); }

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

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

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

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

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

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

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