Shades of Moccaccino #562F2A
Tints of Moccaccino #562F2A
RGB
CMYK
RGB Variations
Color information
#562F2A (or 0x562F2A) is known color: Moccaccino. HEX triplet: 56, 2F and 2A. RGB value is (86,47,42). Sum of RGB (Red+Green+Blue) = 86+47+42=175 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.14% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 86 - color contains mainly: red. Hex color #562F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562F2A is #A9D0D5. Grayscale: #3A3A3A. Windows color (decimal): -11129046 or 2764630. OLE color: 2764630.
HSL color Cylindrical-coordinate representation of color #562F2A: hue angle of 6.82º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #562F2A is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 47 | 42 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.66 |
| HSL | 6.82º | 0.34% | 0.25% | - |
| HSV(B) | 6.82º | 0.51% | 0.34% | - |
| XYZ | 5.27 | 4.18 | 2.72 | - |
| YUV | 58.09 | 118.92 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 47 | 42 | 0 | 0.45 | 0.51 | 0.66 | 6.82 | 0.34 | 0.25 |
| Hex | 56 | 2F | 2A | 0 | 2D | 33 | 42 | 7 | 22 | 19 |
| Octal | 126 | 57 | 52 | 0 | 55 | 63 | 102 | 7 | 42 | 31 |
| Binary | 1010110 | 101111 | 101010 | 0 | 101101 | 110011 | 1000010 | 111 | 100010 | 11001 |
Color Harmonies of #562F2A
Complementary color
Monochromatic Colors of #562F2A
Black with #562F2A
Text Example
Text Example
White with #562F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562F2A; }
p { color: rgb(86,47,42); }
H1.HeaderClassName
{
color: #562F2A;
}
.AnyTagClassName
{
color: #562F2A;
}
</style>
background-color css
<style>
a { background-color: #562F2A; }
a { background-color: rgb(86,47,42); }
div.DivClassName
{
background-color: #562F2A;
}
.BgClassName
{
background-color: #562F2A;
}
</style>
border-color css
<style>
span { border-color: #562F2A; }
span { border-color: rgb(86,47,42); }
td.TdClassName
{
border-color: #562F2A;
}
.TagClassName
{
border-color: #562F2A;
}
</style>