Shades of Moccaccino #562A26
Tints of Moccaccino #562A26
RGB
CMYK
RGB Variations
Color information
#562A26 (or 0x562A26) is known color: Moccaccino. HEX triplet: 56, 2A and 26. RGB value is (86,42,38). Sum of RGB (Red+Green+Blue) = 86+42+38=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 38 (15.23% from 255 or 22.89% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #562A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562A26 is #A9D5D9. Grayscale: #363636. Windows color (decimal): -11130330 or 2501206. OLE color: 2501206.
HSL color Cylindrical-coordinate representation of color #562A26: hue angle of 5º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #562A26 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 42 | 38 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.66 |
| HSL | 5º | 0.39% | 0.24% | - |
| HSV(B) | 5º | 0.56% | 0.34% | - |
| XYZ | 5.02 | 3.77 | 2.3 | - |
| YUV | 54.7 | 118.58 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 42 | 38 | 0 | 0.51 | 0.56 | 0.66 | 5 | 0.39 | 0.24 |
| Hex | 56 | 2A | 26 | 0 | 33 | 38 | 42 | 5 | 27 | 18 |
| Octal | 126 | 52 | 46 | 0 | 63 | 70 | 102 | 5 | 47 | 30 |
| Binary | 1010110 | 101010 | 100110 | 0 | 110011 | 111000 | 1000010 | 101 | 100111 | 11000 |
Color Harmonies of #562A26
Complementary color
Monochromatic Colors of #562A26
Black with #562A26
Text Example
Text Example
White with #562A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562A26; }
p { color: rgb(86,42,38); }
H1.HeaderClassName
{
color: #562A26;
}
.AnyTagClassName
{
color: #562A26;
}
</style>
background-color css
<style>
a { background-color: #562A26; }
a { background-color: rgb(86,42,38); }
div.DivClassName
{
background-color: #562A26;
}
.BgClassName
{
background-color: #562A26;
}
</style>
border-color css
<style>
span { border-color: #562A26; }
span { border-color: rgb(86,42,38); }
td.TdClassName
{
border-color: #562A26;
}
.TagClassName
{
border-color: #562A26;
}
</style>