Shades of Moccaccino #512928
Tints of Moccaccino #512928
RGB
CMYK
RGB Variations
Color information
#512928 (or 0x512928) is known color: Moccaccino. HEX triplet: 51, 29 and 28. RGB value is (81,41,40). Sum of RGB (Red+Green+Blue) = 81+41+40=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #512928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512928 is #AED6D7. Grayscale: #343434. Windows color (decimal): -11458264 or 2632017. OLE color: 2632017.
HSL color Cylindrical-coordinate representation of color #512928: hue angle of 1.46º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #512928 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 41 | 40 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.68 |
| HSL | 1.46º | 0.34% | 0.24% | - |
| HSV(B) | 1.46º | 0.51% | 0.32% | - |
| XYZ | 4.57 | 3.49 | 2.44 | - |
| YUV | 52.85 | 120.75 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 41 | 40 | 0 | 0.49 | 0.51 | 0.68 | 1.46 | 0.34 | 0.24 |
| Hex | 51 | 29 | 28 | 0 | 31 | 33 | 44 | 1 | 22 | 18 |
| Octal | 121 | 51 | 50 | 0 | 61 | 63 | 104 | 1 | 42 | 30 |
| Binary | 1010001 | 101001 | 101000 | 0 | 110001 | 110011 | 1000100 | 1 | 100010 | 11000 |
Color Harmonies of #512928
Complementary color
Monochromatic Colors of #512928
Black with #512928
Text Example
Text Example
White with #512928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512928; }
p { color: rgb(81,41,40); }
H1.HeaderClassName
{
color: #512928;
}
.AnyTagClassName
{
color: #512928;
}
</style>
background-color css
<style>
a { background-color: #512928; }
a { background-color: rgb(81,41,40); }
div.DivClassName
{
background-color: #512928;
}
.BgClassName
{
background-color: #512928;
}
</style>
border-color css
<style>
span { border-color: #512928; }
span { border-color: rgb(81,41,40); }
td.TdClassName
{
border-color: #512928;
}
.TagClassName
{
border-color: #512928;
}
</style>