Shades of Moccaccino #562A27
Tints of Moccaccino #562A27
RGB
CMYK
RGB Variations
Color information
#562A27 (or 0x562A27) is known color: Moccaccino. HEX triplet: 56, 2A and 27. RGB value is (86,42,39). Sum of RGB (Red+Green+Blue) = 86+42+39=167 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.50% from 167); Green value is 42 (16.80% from 255 or 25.15% from 167); Blue value is 39 (15.62% from 255 or 23.35% from 167); Max value from RGB is 86 - color contains mainly: red. Hex color #562A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562A27 is #A9D5D8. Grayscale: #363636. Windows color (decimal): -11130329 or 2566742. OLE color: 2566742.
HSL color Cylindrical-coordinate representation of color #562A27: hue angle of 3.83º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #562A27 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 42 | 39 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.66 |
| HSL | 3.83º | 0.38% | 0.25% | - |
| HSV(B) | 3.83º | 0.55% | 0.34% | - |
| XYZ | 5.03 | 3.78 | 2.38 | - |
| YUV | 54.81 | 119.08 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 42 | 39 | 0 | 0.51 | 0.55 | 0.66 | 3.83 | 0.38 | 0.25 |
| Hex | 56 | 2A | 27 | 0 | 33 | 37 | 42 | 4 | 26 | 19 |
| Octal | 126 | 52 | 47 | 0 | 63 | 67 | 102 | 4 | 46 | 31 |
| Binary | 1010110 | 101010 | 100111 | 0 | 110011 | 110111 | 1000010 | 100 | 100110 | 11001 |
Color Harmonies of #562A27
Complementary color
Monochromatic Colors of #562A27
Black with #562A27
Text Example
Text Example
White with #562A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562A27; }
p { color: rgb(86,42,39); }
H1.HeaderClassName
{
color: #562A27;
}
.AnyTagClassName
{
color: #562A27;
}
</style>
background-color css
<style>
a { background-color: #562A27; }
a { background-color: rgb(86,42,39); }
div.DivClassName
{
background-color: #562A27;
}
.BgClassName
{
background-color: #562A27;
}
</style>
border-color css
<style>
span { border-color: #562A27; }
span { border-color: rgb(86,42,39); }
td.TdClassName
{
border-color: #562A27;
}
.TagClassName
{
border-color: #562A27;
}
</style>