Shades of Moccaccino #542C2B
Tints of Moccaccino #542C2B
RGB
CMYK
RGB Variations
Color information
#542C2B (or 0x542C2B) is known color: Moccaccino. HEX triplet: 54, 2C and 2B. RGB value is (84,44,43). Sum of RGB (Red+Green+Blue) = 84+44+43=171 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.12% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 84 - color contains mainly: red. Hex color #542C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542C2B is #ABD3D4. Grayscale: #373737. Windows color (decimal): -11260885 or 2829396. OLE color: 2829396.
HSL color Cylindrical-coordinate representation of color #542C2B: hue angle of 1.46º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #542C2B is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 44 | 43 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.67 |
| HSL | 1.46º | 0.32% | 0.25% | - |
| HSV(B) | 1.46º | 0.49% | 0.33% | - |
| XYZ | 4.99 | 3.86 | 2.77 | - |
| YUV | 55.85 | 120.75 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 44 | 43 | 0 | 0.48 | 0.49 | 0.67 | 1.46 | 0.32 | 0.25 |
| Hex | 54 | 2C | 2B | 0 | 30 | 31 | 43 | 1 | 20 | 19 |
| Octal | 124 | 54 | 53 | 0 | 60 | 61 | 103 | 1 | 40 | 31 |
| Binary | 1010100 | 101100 | 101011 | 0 | 110000 | 110001 | 1000011 | 1 | 100000 | 11001 |
Color Harmonies of #542C2B
Complementary color
Monochromatic Colors of #542C2B
Black with #542C2B
Text Example
Text Example
White with #542C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542C2B; }
p { color: rgb(84,44,43); }
H1.HeaderClassName
{
color: #542C2B;
}
.AnyTagClassName
{
color: #542C2B;
}
</style>
background-color css
<style>
a { background-color: #542C2B; }
a { background-color: rgb(84,44,43); }
div.DivClassName
{
background-color: #542C2B;
}
.BgClassName
{
background-color: #542C2B;
}
</style>
border-color css
<style>
span { border-color: #542C2B; }
span { border-color: rgb(84,44,43); }
td.TdClassName
{
border-color: #542C2B;
}
.TagClassName
{
border-color: #542C2B;
}
</style>