Shades of Moccaccino #562F28
Tints of Moccaccino #562F28
RGB
CMYK
RGB Variations
Color information
#562F28 (or 0x562F28) is known color: Moccaccino. HEX triplet: 56, 2F and 28. RGB value is (86,47,40). Sum of RGB (Red+Green+Blue) = 86+47+40=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 47 (18.75% from 255 or 27.17% from 173); Blue value is 40 (16.02% from 255 or 23.12% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #562F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562F28 is #A9D0D7. Grayscale: #393939. Windows color (decimal): -11129048 or 2633558. OLE color: 2633558.
HSL color Cylindrical-coordinate representation of color #562F28: hue angle of 9.13º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #562F28 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 47 | 40 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.66 |
| HSL | 9.13º | 0.37% | 0.25% | - |
| HSV(B) | 9.13º | 0.53% | 0.34% | - |
| XYZ | 5.24 | 4.16 | 2.54 | - |
| YUV | 57.86 | 117.92 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 47 | 40 | 0 | 0.45 | 0.53 | 0.66 | 9.13 | 0.37 | 0.25 |
| Hex | 56 | 2F | 28 | 0 | 2D | 35 | 42 | 9 | 25 | 19 |
| Octal | 126 | 57 | 50 | 0 | 55 | 65 | 102 | 11 | 45 | 31 |
| Binary | 1010110 | 101111 | 101000 | 0 | 101101 | 110101 | 1000010 | 1001 | 100101 | 11001 |
Color Harmonies of #562F28
Complementary color
Monochromatic Colors of #562F28
Black with #562F28
Text Example
Text Example
White with #562F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562F28; }
p { color: rgb(86,47,40); }
H1.HeaderClassName
{
color: #562F28;
}
.AnyTagClassName
{
color: #562F28;
}
</style>
background-color css
<style>
a { background-color: #562F28; }
a { background-color: rgb(86,47,40); }
div.DivClassName
{
background-color: #562F28;
}
.BgClassName
{
background-color: #562F28;
}
</style>
border-color css
<style>
span { border-color: #562F28; }
span { border-color: rgb(86,47,40); }
td.TdClassName
{
border-color: #562F28;
}
.TagClassName
{
border-color: #562F28;
}
</style>