Shades of Moccaccino #562F29
Tints of Moccaccino #562F29
RGB
CMYK
RGB Variations
Color information
#562F29 (or 0x562F29) is known color: Moccaccino. HEX triplet: 56, 2F and 29. RGB value is (86,47,41). Sum of RGB (Red+Green+Blue) = 86+47+41=174 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.43% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 41 (16.41% from 255 or 23.56% from 174); Max value from RGB is 86 - color contains mainly: red. Hex color #562F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562F29 is #A9D0D6. Grayscale: #3A3A3A. Windows color (decimal): -11129047 or 2699094. OLE color: 2699094.
HSL color Cylindrical-coordinate representation of color #562F29: hue angle of 8º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #562F29 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 47 | 41 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.66 |
| HSL | 8º | 0.35% | 0.25% | - |
| HSV(B) | 8º | 0.52% | 0.34% | - |
| XYZ | 5.25 | 4.17 | 2.63 | - |
| YUV | 57.98 | 118.42 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 47 | 41 | 0 | 0.45 | 0.52 | 0.66 | 8 | 0.35 | 0.25 |
| Hex | 56 | 2F | 29 | 0 | 2D | 34 | 42 | 8 | 23 | 19 |
| Octal | 126 | 57 | 51 | 0 | 55 | 64 | 102 | 10 | 43 | 31 |
| Binary | 1010110 | 101111 | 101001 | 0 | 101101 | 110100 | 1000010 | 1000 | 100011 | 11001 |
Color Harmonies of #562F29
Complementary color
Monochromatic Colors of #562F29
Black with #562F29
Text Example
Text Example
White with #562F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562F29; }
p { color: rgb(86,47,41); }
H1.HeaderClassName
{
color: #562F29;
}
.AnyTagClassName
{
color: #562F29;
}
</style>
background-color css
<style>
a { background-color: #562F29; }
a { background-color: rgb(86,47,41); }
div.DivClassName
{
background-color: #562F29;
}
.BgClassName
{
background-color: #562F29;
}
</style>
border-color css
<style>
span { border-color: #562F29; }
span { border-color: rgb(86,47,41); }
td.TdClassName
{
border-color: #562F29;
}
.TagClassName
{
border-color: #562F29;
}
</style>