#512F26

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

Shades of Espresso #512F26

Tints of Espresso #512F26

Color information

#512F26 (or 0x512F26) is unknown color: approx Espresso. HEX triplet: 51, 2F and 26. RGB value is (81,47,38). Sum of RGB (Red+Green+Blue) = 81+47+38=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 38 (15.23% from 255 or 22.89% from 166); Max value from RGB is 81 - color contains mainly: red. Hex color #512F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512F26 is #AED0D9. Grayscale: #383838. Windows color (decimal): -11456730 or 2502481. OLE color: 2502481.

HSL color Cylindrical-coordinate representation of color #512F26: hue angle of 12.56º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #512F26 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.68.

Color convert

RGB814738-
CMYK00.420.530.68
HSL12.56º36.13%23.33%-
HSV(B)12.56º53.09%31.76%-
XYZ4.763.922.34-
YUV56.14117.76145.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.80%
GREEN value IS 47 (18.75% from 255) = 28.31%
BLUE value IS 38 (15.23% from 255) = 22.89%
R=48.80%
G=28.31%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81473800.420.530.6812.5636.1323.33
Hex512F2602A3544d2417
Octal121574605265104154427
Binary101000110111110011001010101101011000100110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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