Shades of Moccaccino #542A29
Tints of Moccaccino #542A29
RGB
CMYK
RGB Variations
Color information
#542A29 (or 0x542A29) is known color: Moccaccino. HEX triplet: 54, 2A and 29. RGB value is (84,42,41). Sum of RGB (Red+Green+Blue) = 84+42+41=167 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50.30% from 167); Green value is 42 (16.80% from 255 or 25.15% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 84 - color contains mainly: red. Hex color #542A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542A29 is #ABD5D6. Grayscale: #363636. Windows color (decimal): -11261399 or 2697812. OLE color: 2697812.
HSL color Cylindrical-coordinate representation of color #542A29: hue angle of 1.4º 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 #542A29 is Cyan = 0, Magento = 0.5, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 42 | 41 | - |
| CMYK | 0 | 0.5 | 0.51 | 0.67 |
| HSL | 1.4º | 0.34% | 0.25% | - |
| HSV(B) | 1.4º | 0.51% | 0.33% | - |
| XYZ | 4.88 | 3.7 | 2.55 | - |
| YUV | 54.44 | 120.41 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 41 | 0 | 0.5 | 0.51 | 0.67 | 1.4 | 0.34 | 0.25 |
| Hex | 54 | 2A | 29 | 0 | 32 | 33 | 43 | 1 | 22 | 19 |
| Octal | 124 | 52 | 51 | 0 | 62 | 63 | 103 | 1 | 42 | 31 |
| Binary | 1010100 | 101010 | 101001 | 0 | 110010 | 110011 | 1000011 | 1 | 100010 | 11001 |
Color Harmonies of #542A29
Complementary color
Monochromatic Colors of #542A29
Black with #542A29
Text Example
Text Example
White with #542A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542A29; }
p { color: rgb(84,42,41); }
H1.HeaderClassName
{
color: #542A29;
}
.AnyTagClassName
{
color: #542A29;
}
</style>
background-color css
<style>
a { background-color: #542A29; }
a { background-color: rgb(84,42,41); }
div.DivClassName
{
background-color: #542A29;
}
.BgClassName
{
background-color: #542A29;
}
</style>
border-color css
<style>
span { border-color: #542A29; }
span { border-color: rgb(84,42,41); }
td.TdClassName
{
border-color: #542A29;
}
.TagClassName
{
border-color: #542A29;
}
</style>