Shades of Moccaccino #542D2D
Tints of Moccaccino #542D2D
RGB
CMYK
RGB Variations
Color information
#542D2D (or 0x542D2D) is known color: Moccaccino. HEX triplet: 54, 2D and 2D. RGB value is (84,45,45). Sum of RGB (Red+Green+Blue) = 84+45+45=174 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48.28% from 174); Green value is 45 (17.97% from 255 or 25.86% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 84 - color contains mainly: red. Hex color #542D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542D2D is #ABD2D2. Grayscale: #383838. Windows color (decimal): -11260627 or 2960724. OLE color: 2960724.
HSL color Cylindrical-coordinate representation of color #542D2D: hue angle of 0º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #542D2D is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 45 | 45 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.67 |
| HSL | 0º | 0.3% | 0.25% | - |
| HSV(B) | 0º | 0.46% | 0.33% | - |
| XYZ | 5.07 | 3.95 | 2.98 | - |
| YUV | 56.66 | 121.42 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 45 | 45 | 0 | 0.46 | 0.46 | 0.67 | 0 | 0.3 | 0.25 |
| Hex | 54 | 2D | 2D | 0 | 2E | 2E | 43 | 0 | 1E | 19 |
| Octal | 124 | 55 | 55 | 0 | 56 | 56 | 103 | 0 | 36 | 31 |
| Binary | 1010100 | 101101 | 101101 | 0 | 101110 | 101110 | 1000011 | 0 | 11110 | 11001 |
Color Harmonies of #542D2D
Complementary color
Monochromatic Colors of #542D2D
Black with #542D2D
Text Example
Text Example
White with #542D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542D2D; }
p { color: rgb(84,45,45); }
H1.HeaderClassName
{
color: #542D2D;
}
.AnyTagClassName
{
color: #542D2D;
}
</style>
background-color css
<style>
a { background-color: #542D2D; }
a { background-color: rgb(84,45,45); }
div.DivClassName
{
background-color: #542D2D;
}
.BgClassName
{
background-color: #542D2D;
}
</style>
border-color css
<style>
span { border-color: #542D2D; }
span { border-color: rgb(84,45,45); }
td.TdClassName
{
border-color: #542D2D;
}
.TagClassName
{
border-color: #542D2D;
}
</style>