#462423

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

Shades of Espresso #462423

Tints of Espresso #462423

Color information

#462423 (or 0x462423) is unknown color: approx Espresso. HEX triplet: 46, 24 and 23. RGB value is (70,36,35). Sum of RGB (Red+Green+Blue) = 70+36+35=141 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.65% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 35 (14.06% from 255 or 24.82% from 141); Max value from RGB is 70 - color contains mainly: red. Hex color #462423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462423 is #B9DBDC. Grayscale: #2E2E2E. Windows color (decimal): -12180445 or 2303046. OLE color: 2303046.

HSL color Cylindrical-coordinate representation of color #462423: hue angle of 1.71º 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 #462423 is Cyan = 0, Magento = 0.49, Yellow = 0.5 and Black (K on CMYK) = 0.73.

Color convert

RGB703635-
CMYK00.490.50.73
HSL1.71º33.33%20.59%-
HSV(B)1.71º50%27.45%-
XYZ3.462.691.93-
YUV46.05121.76145.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 49.65%
GREEN value IS 36 (14.45% from 255) = 25.53%
BLUE value IS 35 (14.06% from 255) = 24.82%
R=49.65%
G=25.53%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.5
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70363500.490.50.731.7133.3320.59
Hex462423031324922115
Octal10644430616211124125
Binary1000110100100100011011000111001010010011010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462423; }

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

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

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

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

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

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

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

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