Shades of Moccaccino #542C2A
Tints of Moccaccino #542C2A
RGB
CMYK
RGB Variations
Color information
#542C2A (or 0x542C2A) is known color: Moccaccino. HEX triplet: 54, 2C and 2A. RGB value is (84,44,42). Sum of RGB (Red+Green+Blue) = 84+44+42=170 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.41% from 170); Green value is 44 (17.58% from 255 or 25.88% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 84 - color contains mainly: red. Hex color #542C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542C2A is #ABD3D5. Grayscale: #373737. Windows color (decimal): -11260886 or 2763860. OLE color: 2763860.
HSL color Cylindrical-coordinate representation of color #542C2A: hue angle of 2.86º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #542C2A is Cyan = 0, Magento = 0.48, Yellow = 0.5 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 44 | 42 | - |
| CMYK | 0 | 0.48 | 0.5 | 0.67 |
| HSL | 2.86º | 0.33% | 0.25% | - |
| HSV(B) | 2.86º | 0.5% | 0.33% | - |
| XYZ | 4.97 | 3.85 | 2.67 | - |
| YUV | 55.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 44 | 42 | 0 | 0.48 | 0.5 | 0.67 | 2.86 | 0.33 | 0.25 |
| Hex | 54 | 2C | 2A | 0 | 30 | 32 | 43 | 3 | 21 | 19 |
| Octal | 124 | 54 | 52 | 0 | 60 | 62 | 103 | 3 | 41 | 31 |
| Binary | 1010100 | 101100 | 101010 | 0 | 110000 | 110010 | 1000011 | 11 | 100001 | 11001 |
Color Harmonies of #542C2A
Complementary color
Monochromatic Colors of #542C2A
Black with #542C2A
Text Example
Text Example
White with #542C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542C2A; }
p { color: rgb(84,44,42); }
H1.HeaderClassName
{
color: #542C2A;
}
.AnyTagClassName
{
color: #542C2A;
}
</style>
background-color css
<style>
a { background-color: #542C2A; }
a { background-color: rgb(84,44,42); }
div.DivClassName
{
background-color: #542C2A;
}
.BgClassName
{
background-color: #542C2A;
}
</style>
border-color css
<style>
span { border-color: #542C2A; }
span { border-color: rgb(84,44,42); }
td.TdClassName
{
border-color: #542C2A;
}
.TagClassName
{
border-color: #542C2A;
}
</style>