#51302C

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

Shades of Espresso #51302C

Tints of Espresso #51302C

Color information

#51302C (or 0x51302C) is unknown color: approx Espresso. HEX triplet: 51, 30 and 2C. RGB value is (81,48,44). Sum of RGB (Red+Green+Blue) = 81+48+44=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #51302C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51302C is #AECFD3. Grayscale: #393939. Windows color (decimal): -11456468 or 2895953. OLE color: 2895953.

HSL color Cylindrical-coordinate representation of color #51302C: hue angle of 6.49º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #51302C is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB814844-
CMYK00.410.460.68
HSL6.49º29.6%24.51%-
HSV(B)6.49º45.68%31.76%-
XYZ4.94.052.91-
YUV57.41120.43144.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.82%
GREEN value IS 48 (19.14% from 255) = 27.75%
BLUE value IS 44 (17.58% from 255) = 25.43%
R=46.82%
G=27.75%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81484400.410.460.686.4929.624.51
Hex51302C0292E4461e19
Octal12160540515610463631
Binary1010001110000101100010100110111010001001101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51302C; }

 p { color: rgb(81,48,44); }

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

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

 a { background-color: rgb(81,48,44); }

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

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

 span { border-color: rgb(81,48,44); }

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