#51322A

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

Shades of Espresso #51322A

Tints of Espresso #51322A

Color information

#51322A (or 0x51322A) is unknown color: approx Espresso. HEX triplet: 51, 32 and 2A. RGB value is (81,50,42). Sum of RGB (Red+Green+Blue) = 81+50+42=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #51322A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51322A is #AECDD5. Grayscale: #3A3A3A. Windows color (decimal): -11455958 or 2765393. OLE color: 2765393.

HSL color Cylindrical-coordinate representation of color #51322A: hue angle of 12.31º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #51322A is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB815042-
CMYK00.380.480.68
HSL12.31º31.71%24.12%-
HSV(B)12.31º48.15%31.76%-
XYZ4.954.22.74-
YUV58.36118.77144.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.82%
GREEN value IS 50 (19.92% from 255) = 28.90%
BLUE value IS 42 (16.80% from 255) = 24.28%
R=46.82%
G=28.90%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81504200.380.480.6812.3131.7124.12
Hex51322A0263044c2018
Octal121625204660104144030
Binary101000111001010101001001101100001000100110010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51322A; }

 p { color: rgb(81,50,42); }

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

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

 a { background-color: rgb(81,50,42); }

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

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

 span { border-color: rgb(81,50,42); }

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