Shades of Moccaccino #542E29
Tints of Moccaccino #542E29
RGB
CMYK
RGB Variations
Color information
#542E29 (or 0x542E29) is known color: Moccaccino. HEX triplet: 54, 2E and 29. RGB value is (84,46,41). Sum of RGB (Red+Green+Blue) = 84+46+41=171 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.12% from 171); Green value is 46 (18.36% from 255 or 26.90% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 84 - color contains mainly: red. Hex color #542E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542E29 is #ABD1D6. Grayscale: #383838. Windows color (decimal): -11260375 or 2698836. OLE color: 2698836.
HSL color Cylindrical-coordinate representation of color #542E29: hue angle of 6.98º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #542E29 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 46 | 41 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.67 |
| HSL | 6.98º | 0.34% | 0.25% | - |
| HSV(B) | 6.98º | 0.51% | 0.33% | - |
| XYZ | 5.03 | 4 | 2.6 | - |
| YUV | 56.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 46 | 41 | 0 | 0.45 | 0.51 | 0.67 | 6.98 | 0.34 | 0.25 |
| Hex | 54 | 2E | 29 | 0 | 2D | 33 | 43 | 7 | 22 | 19 |
| Octal | 124 | 56 | 51 | 0 | 55 | 63 | 103 | 7 | 42 | 31 |
| Binary | 1010100 | 101110 | 101001 | 0 | 101101 | 110011 | 1000011 | 111 | 100010 | 11001 |
Color Harmonies of #542E29
Complementary color
Monochromatic Colors of #542E29
Black with #542E29
Text Example
Text Example
White with #542E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542E29; }
p { color: rgb(84,46,41); }
H1.HeaderClassName
{
color: #542E29;
}
.AnyTagClassName
{
color: #542E29;
}
</style>
background-color css
<style>
a { background-color: #542E29; }
a { background-color: rgb(84,46,41); }
div.DivClassName
{
background-color: #542E29;
}
.BgClassName
{
background-color: #542E29;
}
</style>
border-color css
<style>
span { border-color: #542E29; }
span { border-color: rgb(84,46,41); }
td.TdClassName
{
border-color: #542E29;
}
.TagClassName
{
border-color: #542E29;
}
</style>