Shades of Moccaccino #512C2A
Tints of Moccaccino #512C2A
RGB
CMYK
RGB Variations
Color information
#512C2A (or 0x512C2A) is known color: Moccaccino. HEX triplet: 51, 2C and 2A. RGB value is (81,44,42). Sum of RGB (Red+Green+Blue) = 81+44+42=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #512C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512C2A is #AED3D5. Grayscale: #363636. Windows color (decimal): -11457494 or 2763857. OLE color: 2763857.
HSL color Cylindrical-coordinate representation of color #512C2A: hue angle of 3.08º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #512C2A is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 44 | 42 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.68 |
| HSL | 3.08º | 0.32% | 0.24% | - |
| HSV(B) | 3.08º | 0.48% | 0.32% | - |
| XYZ | 4.71 | 3.72 | 2.66 | - |
| YUV | 54.84 | 120.76 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 42 | 0 | 0.46 | 0.48 | 0.68 | 3.08 | 0.32 | 0.24 |
| Hex | 51 | 2C | 2A | 0 | 2E | 30 | 44 | 3 | 20 | 18 |
| Octal | 121 | 54 | 52 | 0 | 56 | 60 | 104 | 3 | 40 | 30 |
| Binary | 1010001 | 101100 | 101010 | 0 | 101110 | 110000 | 1000100 | 11 | 100000 | 11000 |
Color Harmonies of #512C2A
Complementary color
Monochromatic Colors of #512C2A
Black with #512C2A
Text Example
Text Example
White with #512C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512C2A; }
p { color: rgb(81,44,42); }
H1.HeaderClassName
{
color: #512C2A;
}
.AnyTagClassName
{
color: #512C2A;
}
</style>
background-color css
<style>
a { background-color: #512C2A; }
a { background-color: rgb(81,44,42); }
div.DivClassName
{
background-color: #512C2A;
}
.BgClassName
{
background-color: #512C2A;
}
</style>
border-color css
<style>
span { border-color: #512C2A; }
span { border-color: rgb(81,44,42); }
td.TdClassName
{
border-color: #512C2A;
}
.TagClassName
{
border-color: #512C2A;
}
</style>