#512726

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

Shades of Moccaccino #512726

Tints of Moccaccino #512726

Color information

#512726 (or 0x512726) is unknown color: approx Moccaccino. HEX triplet: 51, 27 and 26. RGB value is (81,39,38). Sum of RGB (Red+Green+Blue) = 81+39+38=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 38 (15.23% from 255 or 24.05% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #512726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512726 is #AED8D9. Grayscale: #333333. Windows color (decimal): -11458778 or 2500433. OLE color: 2500433.

HSL color Cylindrical-coordinate representation of color #512726: hue angle of 1.4º 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 #512726 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.68.

Color convert

RGB813938-
CMYK00.520.530.68
HSL1.4º36.13%23.33%-
HSV(B)1.4º53.09%31.76%-
XYZ4.473.342.24-
YUV51.44120.41149.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.27%
GREEN value IS 39 (15.62% from 255) = 24.68%
BLUE value IS 38 (15.23% from 255) = 24.05%
R=51.27%
G=24.68%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81393800.520.530.681.436.1323.33
Hex512726034354412417
Octal12147460646510414427
Binary101000110011110011001101001101011000100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512726; }

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

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

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

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

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

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

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

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