Shades of Moccaccino #502826
Tints of Moccaccino #502826
RGB
CMYK
RGB Variations
Color information
#502826 (or 0x502826) is known color: Moccaccino. HEX triplet: 50, 28 and 26. RGB value is (80,40,38). Sum of RGB (Red+Green+Blue) = 80+40+38=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 38 (15.23% from 255 or 24.05% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #502826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502826 is #AFD7D9. Grayscale: #333333. Windows color (decimal): -11524058 or 2500688. OLE color: 2500688.
HSL color Cylindrical-coordinate representation of color #502826: hue angle of 2.86º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #502826 is Cyan = 0, Magento = 0.5, Yellow = 0.52 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 40 | 38 | - |
| CMYK | 0 | 0.5 | 0.52 | 0.69 |
| HSL | 2.86º | 0.36% | 0.23% | - |
| HSV(B) | 2.86º | 0.53% | 0.31% | - |
| XYZ | 4.42 | 3.36 | 2.25 | - |
| YUV | 51.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 40 | 38 | 0 | 0.5 | 0.52 | 0.69 | 2.86 | 0.36 | 0.23 |
| Hex | 50 | 28 | 26 | 0 | 32 | 34 | 45 | 3 | 24 | 17 |
| Octal | 120 | 50 | 46 | 0 | 62 | 64 | 105 | 3 | 44 | 27 |
| Binary | 1010000 | 101000 | 100110 | 0 | 110010 | 110100 | 1000101 | 11 | 100100 | 10111 |
Color Harmonies of #502826
Complementary color
Monochromatic Colors of #502826
Black with #502826
Text Example
Text Example
White with #502826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502826; }
p { color: rgb(80,40,38); }
H1.HeaderClassName
{
color: #502826;
}
.AnyTagClassName
{
color: #502826;
}
</style>
background-color css
<style>
a { background-color: #502826; }
a { background-color: rgb(80,40,38); }
div.DivClassName
{
background-color: #502826;
}
.BgClassName
{
background-color: #502826;
}
</style>
border-color css
<style>
span { border-color: #502826; }
span { border-color: rgb(80,40,38); }
td.TdClassName
{
border-color: #502826;
}
.TagClassName
{
border-color: #502826;
}
</style>