#51342D

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

Shades of Espresso #51342D

Tints of Espresso #51342D

Color information

#51342D (or 0x51342D) is unknown color: approx Espresso. HEX triplet: 51, 34 and 2D. RGB value is (81,52,45). Sum of RGB (Red+Green+Blue) = 81+52+45=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 81 - color contains mainly: red. Hex color #51342D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51342D is #AECBD2. Grayscale: #3B3B3B. Windows color (decimal): -11455443 or 2962513. OLE color: 2962513.

HSL color Cylindrical-coordinate representation of color #51342D: hue angle of 11.67º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #51342D is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB815245-
CMYK00.360.440.68
HSL11.67º28.57%24.71%-
HSV(B)11.67º44.44%31.76%-
XYZ5.094.393.06-
YUV59.87119.61143.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.51%
GREEN value IS 52 (20.70% from 255) = 29.21%
BLUE value IS 45 (17.97% from 255) = 25.28%
R=45.51%
G=29.21%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81524500.360.440.6811.6728.5724.71
Hex51342D0242C44c1d19
Octal121645504454104143531
Binary10100011101001011010100100101100100010011001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51342D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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