Shades of Moccaccino #512927
Tints of Moccaccino #512927
RGB
CMYK
RGB Variations
Color information
#512927 (or 0x512927) is known color: Moccaccino. HEX triplet: 51, 29 and 27. RGB value is (81,41,39). Sum of RGB (Red+Green+Blue) = 81+41+39=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 39 (15.62% from 255 or 24.22% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #512927 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512927 is #AED6D8. Grayscale: #343434. Windows color (decimal): -11458265 or 2566481. OLE color: 2566481.
HSL color Cylindrical-coordinate representation of color #512927: hue angle of 2.86º 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 #512927 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 41 | 39 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.68 |
| HSL | 2.86º | 0.35% | 0.24% | - |
| HSV(B) | 2.86º | 0.52% | 0.32% | - |
| XYZ | 4.55 | 3.48 | 2.35 | - |
| YUV | 52.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 41 | 39 | 0 | 0.49 | 0.52 | 0.68 | 2.86 | 0.35 | 0.24 |
| Hex | 51 | 29 | 27 | 0 | 31 | 34 | 44 | 3 | 23 | 18 |
| Octal | 121 | 51 | 47 | 0 | 61 | 64 | 104 | 3 | 43 | 30 |
| Binary | 1010001 | 101001 | 100111 | 0 | 110001 | 110100 | 1000100 | 11 | 100011 | 11000 |
Color Harmonies of #512927
Complementary color
Monochromatic Colors of #512927
Black with #512927
Text Example
Text Example
White with #512927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512927; }
p { color: rgb(81,41,39); }
H1.HeaderClassName
{
color: #512927;
}
.AnyTagClassName
{
color: #512927;
}
</style>
background-color css
<style>
a { background-color: #512927; }
a { background-color: rgb(81,41,39); }
div.DivClassName
{
background-color: #512927;
}
.BgClassName
{
background-color: #512927;
}
</style>
border-color css
<style>
span { border-color: #512927; }
span { border-color: rgb(81,41,39); }
td.TdClassName
{
border-color: #512927;
}
.TagClassName
{
border-color: #512927;
}
</style>