Shades of Moccaccino #543231
Tints of Moccaccino #543231
RGB
CMYK
RGB Variations
Color information
#543231 (or 0x543231) is known color: Moccaccino. HEX triplet: 54, 32 and 31. RGB value is (84,50,49). Sum of RGB (Red+Green+Blue) = 84+50+49=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 84 - color contains mainly: red. Hex color #543231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543231 is #ABCDCE. Grayscale: #3C3C3C. Windows color (decimal): -11259343 or 3224148. OLE color: 3224148.
HSL color Cylindrical-coordinate representation of color #543231: hue angle of 1.71º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #543231 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 50 | 49 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.67 |
| HSL | 1.71º | 0.26% | 0.26% | - |
| HSV(B) | 1.71º | 0.42% | 0.33% | - |
| XYZ | 5.35 | 4.39 | 3.47 | - |
| YUV | 60.05 | 121.76 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 50 | 49 | 0 | 0.40 | 0.42 | 0.67 | 1.71 | 0.26 | 0.26 |
| Hex | 54 | 32 | 31 | 0 | 28 | 2A | 43 | 2 | 1A | 1A |
| Octal | 124 | 62 | 61 | 0 | 50 | 52 | 103 | 2 | 32 | 32 |
| Binary | 1010100 | 110010 | 110001 | 0 | 101000 | 101010 | 1000011 | 10 | 11010 | 11010 |
Color Harmonies of #543231
Complementary color
Monochromatic Colors of #543231
Black with #543231
Text Example
Text Example
White with #543231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543231; }
p { color: rgb(84,50,49); }
H1.HeaderClassName
{
color: #543231;
}
.AnyTagClassName
{
color: #543231;
}
</style>
background-color css
<style>
a { background-color: #543231; }
a { background-color: rgb(84,50,49); }
div.DivClassName
{
background-color: #543231;
}
.BgClassName
{
background-color: #543231;
}
</style>
border-color css
<style>
span { border-color: #543231; }
span { border-color: rgb(84,50,49); }
td.TdClassName
{
border-color: #543231;
}
.TagClassName
{
border-color: #543231;
}
</style>