#512F2D

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

Shades of Espresso #512F2D

Tints of Espresso #512F2D

Color information

#512F2D (or 0x512F2D) is unknown color: approx Espresso. HEX triplet: 51, 2F and 2D. RGB value is (81,47,45). Sum of RGB (Red+Green+Blue) = 81+47+45=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 47 (18.75% from 255 or 27.17% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #512F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512F2D is #AED0D2. Grayscale: #383838. Windows color (decimal): -11456723 or 2961233. OLE color: 2961233.

HSL color Cylindrical-coordinate representation of color #512F2D: hue angle of 3.33º 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 #512F2D is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB814745-
CMYK00.420.440.68
HSL3.33º28.57%24.71%-
HSV(B)3.33º44.44%31.76%-
XYZ4.883.972.99-
YUV56.94121.26145.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.82%
GREEN value IS 47 (18.75% from 255) = 27.17%
BLUE value IS 45 (17.97% from 255) = 26.01%
R=46.82%
G=27.17%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81474500.420.440.683.3328.5724.71
Hex512F2D02A2C4431d19
Octal12157550525410433531
Binary101000110111110110101010101011001000100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512F2D; }

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

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

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

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

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

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

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

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