#512826

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

Shades of Moccaccino #512826

Tints of Moccaccino #512826

Color information

#512826 (or 0x512826) is unknown color: approx Moccaccino. HEX triplet: 51, 28 and 26. RGB value is (81,40,38). Sum of RGB (Red+Green+Blue) = 81+40+38=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 38 (15.23% from 255 or 23.90% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #512826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512826 is #AED7D9. Grayscale: #343434. Windows color (decimal): -11458522 or 2500689. OLE color: 2500689.

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

Color convert

RGB814038-
CMYK00.510.530.68
HSL2.79º36.13%23.33%-
HSV(B)2.79º53.09%31.76%-
XYZ4.53.412.25-
YUV52.03120.08148.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.94%
GREEN value IS 40 (16.02% from 255) = 25.16%
BLUE value IS 38 (15.23% from 255) = 23.90%
R=50.94%
G=25.16%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81403800.510.530.682.7936.1323.33
Hex512826033354432417
Octal12150460636510434427
Binary1010001101000100110011001111010110001001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512826; }

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

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

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

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

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

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

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

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