Shades of Moccaccino #562F2F
Tints of Moccaccino #562F2F
RGB
CMYK
RGB Variations
Color information
#562F2F (or 0x562F2F) is known color: Moccaccino. HEX triplet: 56, 2F and 2F. RGB value is (86,47,47). Sum of RGB (Red+Green+Blue) = 86+47+47=180 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.78% from 180); Green value is 47 (18.75% from 255 or 26.11% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 86 - color contains mainly: red. Hex color #562F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562F2F is #A9D0D0. Grayscale: #3A3A3A. Windows color (decimal): -11129041 or 3092310. OLE color: 3092310.
HSL color Cylindrical-coordinate representation of color #562F2F: hue angle of 0º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #562F2F is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 47 | 47 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.66 |
| HSL | 0º | 0.29% | 0.26% | - |
| HSV(B) | 0º | 0.45% | 0.34% | - |
| XYZ | 5.37 | 4.22 | 3.22 | - |
| YUV | 58.66 | 121.42 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 47 | 47 | 0 | 0.45 | 0.45 | 0.66 | 0 | 0.29 | 0.26 |
| Hex | 56 | 2F | 2F | 0 | 2D | 2D | 42 | 0 | 1D | 1A |
| Octal | 126 | 57 | 57 | 0 | 55 | 55 | 102 | 0 | 35 | 32 |
| Binary | 1010110 | 101111 | 101111 | 0 | 101101 | 101101 | 1000010 | 0 | 11101 | 11010 |
Color Harmonies of #562F2F
Complementary color
Monochromatic Colors of #562F2F
Black with #562F2F
Text Example
Text Example
White with #562F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562F2F; }
p { color: rgb(86,47,47); }
H1.HeaderClassName
{
color: #562F2F;
}
.AnyTagClassName
{
color: #562F2F;
}
</style>
background-color css
<style>
a { background-color: #562F2F; }
a { background-color: rgb(86,47,47); }
div.DivClassName
{
background-color: #562F2F;
}
.BgClassName
{
background-color: #562F2F;
}
</style>
border-color css
<style>
span { border-color: #562F2F; }
span { border-color: rgb(86,47,47); }
td.TdClassName
{
border-color: #562F2F;
}
.TagClassName
{
border-color: #562F2F;
}
</style>