Shades of Moccaccino #56302B
Tints of Moccaccino #56302B
RGB
CMYK
RGB Variations
Color information
#56302B (or 0x56302B) is known color: Moccaccino. HEX triplet: 56, 30 and 2B. RGB value is (86,48,43). Sum of RGB (Red+Green+Blue) = 86+48+43=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #56302B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56302B is #A9CFD4. Grayscale: #3A3A3A. Windows color (decimal): -11128789 or 2830422. OLE color: 2830422.
HSL color Cylindrical-coordinate representation of color #56302B: hue angle of 6.98º 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 #56302B is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 48 | 43 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.66 |
| HSL | 6.98º | 0.33% | 0.25% | - |
| HSV(B) | 6.98º | 0.5% | 0.34% | - |
| XYZ | 5.33 | 4.27 | 2.83 | - |
| YUV | 58.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 48 | 43 | 0 | 0.44 | 0.50 | 0.66 | 6.98 | 0.33 | 0.25 |
| Hex | 56 | 30 | 2B | 0 | 2C | 32 | 42 | 7 | 21 | 19 |
| Octal | 126 | 60 | 53 | 0 | 54 | 62 | 102 | 7 | 41 | 31 |
| Binary | 1010110 | 110000 | 101011 | 0 | 101100 | 110010 | 1000010 | 111 | 100001 | 11001 |
Color Harmonies of #56302B
Complementary color
Monochromatic Colors of #56302B
Black with #56302B
Text Example
Text Example
White with #56302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56302B; }
p { color: rgb(86,48,43); }
H1.HeaderClassName
{
color: #56302B;
}
.AnyTagClassName
{
color: #56302B;
}
</style>
background-color css
<style>
a { background-color: #56302B; }
a { background-color: rgb(86,48,43); }
div.DivClassName
{
background-color: #56302B;
}
.BgClassName
{
background-color: #56302B;
}
</style>
border-color css
<style>
span { border-color: #56302B; }
span { border-color: rgb(86,48,43); }
td.TdClassName
{
border-color: #56302B;
}
.TagClassName
{
border-color: #56302B;
}
</style>