#51342C

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

Shades of Espresso #51342C

Tints of Espresso #51342C

Color information

#51342C (or 0x51342C) is unknown color: approx Espresso. HEX triplet: 51, 34 and 2C. RGB value is (81,52,44). Sum of RGB (Red+Green+Blue) = 81+52+44=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 81 - color contains mainly: red. Hex color #51342C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51342C is #AECBD3. Grayscale: #3B3B3B. Windows color (decimal): -11455444 or 2896977. OLE color: 2896977.

HSL color Cylindrical-coordinate representation of color #51342C: hue angle of 12.97º 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 #51342C is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB815244-
CMYK00.360.460.68
HSL12.97º29.6%24.51%-
HSV(B)12.97º45.68%31.76%-
XYZ5.084.392.96-
YUV59.76119.11143.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.76%
GREEN value IS 52 (20.70% from 255) = 29.38%
BLUE value IS 44 (17.58% from 255) = 24.86%
R=45.76%
G=29.38%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81524400.360.460.6812.9729.624.51
Hex51342C0242E44d1e19
Octal121645404456104153631
Binary10100011101001011000100100101110100010011011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51342C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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