Shades of Moccaccino #562E2B
Tints of Moccaccino #562E2B
RGB
CMYK
RGB Variations
Color information
#562E2B (or 0x562E2B) is known color: Moccaccino. HEX triplet: 56, 2E and 2B. RGB value is (86,46,43). Sum of RGB (Red+Green+Blue) = 86+46+43=175 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.14% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 86 - color contains mainly: red. Hex color #562E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562E2B is #A9D1D4. Grayscale: #393939. Windows color (decimal): -11129301 or 2829910. OLE color: 2829910.
HSL color Cylindrical-coordinate representation of color #562E2B: hue angle of 4.19º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #562E2B is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 46 | 43 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.66 |
| HSL | 4.19º | 0.33% | 0.25% | - |
| HSV(B) | 4.19º | 0.5% | 0.34% | - |
| XYZ | 5.25 | 4.11 | 2.8 | - |
| YUV | 57.62 | 119.75 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 46 | 43 | 0 | 0.47 | 0.50 | 0.66 | 4.19 | 0.33 | 0.25 |
| Hex | 56 | 2E | 2B | 0 | 2F | 32 | 42 | 4 | 21 | 19 |
| Octal | 126 | 56 | 53 | 0 | 57 | 62 | 102 | 4 | 41 | 31 |
| Binary | 1010110 | 101110 | 101011 | 0 | 101111 | 110010 | 1000010 | 100 | 100001 | 11001 |
Color Harmonies of #562E2B
Complementary color
Monochromatic Colors of #562E2B
Black with #562E2B
Text Example
Text Example
White with #562E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562E2B; }
p { color: rgb(86,46,43); }
H1.HeaderClassName
{
color: #562E2B;
}
.AnyTagClassName
{
color: #562E2B;
}
</style>
background-color css
<style>
a { background-color: #562E2B; }
a { background-color: rgb(86,46,43); }
div.DivClassName
{
background-color: #562E2B;
}
.BgClassName
{
background-color: #562E2B;
}
</style>
border-color css
<style>
span { border-color: #562E2B; }
span { border-color: rgb(86,46,43); }
td.TdClassName
{
border-color: #562E2B;
}
.TagClassName
{
border-color: #562E2B;
}
</style>