Shades of Moccaccino #562928
Tints of Moccaccino #562928
RGB
CMYK
RGB Variations
Color information
#562928 (or 0x562928) is known color: Moccaccino. HEX triplet: 56, 29 and 28. RGB value is (86,41,40). Sum of RGB (Red+Green+Blue) = 86+41+40=167 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.50% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 40 (16.02% from 255 or 23.95% from 167); Max value from RGB is 86 - color contains mainly: red. Hex color #562928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562928 is #A9D6D7. Grayscale: #363636. Windows color (decimal): -11130584 or 2632022. OLE color: 2632022.
HSL color Cylindrical-coordinate representation of color #562928: hue angle of 1.3º 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 #562928 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 41 | 40 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.66 |
| HSL | 1.3º | 0.37% | 0.25% | - |
| HSV(B) | 1.3º | 0.53% | 0.34% | - |
| XYZ | 5.01 | 3.72 | 2.46 | - |
| YUV | 54.34 | 119.91 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 41 | 40 | 0 | 0.52 | 0.53 | 0.66 | 1.3 | 0.37 | 0.25 |
| Hex | 56 | 29 | 28 | 0 | 34 | 35 | 42 | 1 | 25 | 19 |
| Octal | 126 | 51 | 50 | 0 | 64 | 65 | 102 | 1 | 45 | 31 |
| Binary | 1010110 | 101001 | 101000 | 0 | 110100 | 110101 | 1000010 | 1 | 100101 | 11001 |
Color Harmonies of #562928
Complementary color
Monochromatic Colors of #562928
Black with #562928
Text Example
Text Example
White with #562928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562928; }
p { color: rgb(86,41,40); }
H1.HeaderClassName
{
color: #562928;
}
.AnyTagClassName
{
color: #562928;
}
</style>
background-color css
<style>
a { background-color: #562928; }
a { background-color: rgb(86,41,40); }
div.DivClassName
{
background-color: #562928;
}
.BgClassName
{
background-color: #562928;
}
</style>
border-color css
<style>
span { border-color: #562928; }
span { border-color: rgb(86,41,40); }
td.TdClassName
{
border-color: #562928;
}
.TagClassName
{
border-color: #562928;
}
</style>