Shades of Moccaccino #4F2726
Tints of Moccaccino #4F2726
RGB
CMYK
RGB Variations
Color information
#4F2726 (or 0x4F2726) is known color: Moccaccino. HEX triplet: 4F, 27 and 26. RGB value is (79,39,38). Sum of RGB (Red+Green+Blue) = 79+39+38=156 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.64% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2726 is #B0D8D9. Grayscale: #323232. Windows color (decimal): -11589850 or 2500431. OLE color: 2500431.
HSL color Cylindrical-coordinate representation of color #4F2726: hue angle of 1.46º degrees, saturation: 0.35, 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 #4F2726 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 39 | 38 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.69 |
| HSL | 1.46º | 0.35% | 0.23% | - |
| HSV(B) | 1.46º | 0.52% | 0.31% | - |
| XYZ | 4.3 | 3.25 | 2.24 | - |
| YUV | 50.85 | 120.75 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 39 | 38 | 0 | 0.51 | 0.52 | 0.69 | 1.46 | 0.35 | 0.23 |
| Hex | 4F | 27 | 26 | 0 | 33 | 34 | 45 | 1 | 23 | 17 |
| Octal | 117 | 47 | 46 | 0 | 63 | 64 | 105 | 1 | 43 | 27 |
| Binary | 1001111 | 100111 | 100110 | 0 | 110011 | 110100 | 1000101 | 1 | 100011 | 10111 |
Color Harmonies of #4F2726
Complementary color
Monochromatic Colors of #4F2726
Black with #4F2726
Text Example
Text Example
White with #4F2726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2726; }
p { color: rgb(79,39,38); }
H1.HeaderClassName
{
color: #4F2726;
}
.AnyTagClassName
{
color: #4F2726;
}
</style>
background-color css
<style>
a { background-color: #4F2726; }
a { background-color: rgb(79,39,38); }
div.DivClassName
{
background-color: #4F2726;
}
.BgClassName
{
background-color: #4F2726;
}
</style>
border-color css
<style>
span { border-color: #4F2726; }
span { border-color: rgb(79,39,38); }
td.TdClassName
{
border-color: #4F2726;
}
.TagClassName
{
border-color: #4F2726;
}
</style>