#512C27

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

Shades of Espresso #512C27

Tints of Espresso #512C27

Color information

#512C27 (or 0x512C27) is unknown color: approx Espresso. HEX triplet: 51, 2C and 27. RGB value is (81,44,39). Sum of RGB (Red+Green+Blue) = 81+44+39=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 44 (17.58% from 255 or 26.83% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #512C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512C27 is #AED3D8. Grayscale: #363636. Windows color (decimal): -11457497 or 2567249. OLE color: 2567249.

HSL color Cylindrical-coordinate representation of color #512C27: hue angle of 7.14º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #512C27 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB814439-
CMYK00.460.520.68
HSL7.14º35%23.53%-
HSV(B)7.14º51.85%31.76%-
XYZ4.663.72.39-
YUV54.49119.26146.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.39%
GREEN value IS 44 (17.58% from 255) = 26.83%
BLUE value IS 39 (15.62% from 255) = 23.78%
R=49.39%
G=26.83%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81443900.460.520.687.143523.53
Hex512C2702E344472318
Octal12154470566410474330
Binary10100011011001001110101110110100100010011110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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