Shades of Moccaccino #543130
Tints of Moccaccino #543130
RGB
CMYK
RGB Variations
Color information
#543130 (or 0x543130) is known color: Moccaccino. HEX triplet: 54, 31 and 30. RGB value is (84,49,48). Sum of RGB (Red+Green+Blue) = 84+49+48=181 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.41% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 84 - color contains mainly: red. Hex color #543130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543130 is #ABCECF. Grayscale: #3B3B3B. Windows color (decimal): -11259600 or 3158356. OLE color: 3158356.
HSL color Cylindrical-coordinate representation of color #543130: hue angle of 1.67º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #543130 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 49 | 48 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.67 |
| HSL | 1.67º | 0.27% | 0.26% | - |
| HSV(B) | 1.67º | 0.43% | 0.33% | - |
| XYZ | 5.29 | 4.29 | 3.35 | - |
| YUV | 59.35 | 121.6 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 49 | 48 | 0 | 0.42 | 0.43 | 0.67 | 1.67 | 0.27 | 0.26 |
| Hex | 54 | 31 | 30 | 0 | 2A | 2B | 43 | 2 | 1B | 1A |
| Octal | 124 | 61 | 60 | 0 | 52 | 53 | 103 | 2 | 33 | 32 |
| Binary | 1010100 | 110001 | 110000 | 0 | 101010 | 101011 | 1000011 | 10 | 11011 | 11010 |
Color Harmonies of #543130
Complementary color
Monochromatic Colors of #543130
Black with #543130
Text Example
Text Example
White with #543130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543130; }
p { color: rgb(84,49,48); }
H1.HeaderClassName
{
color: #543130;
}
.AnyTagClassName
{
color: #543130;
}
</style>
background-color css
<style>
a { background-color: #543130; }
a { background-color: rgb(84,49,48); }
div.DivClassName
{
background-color: #543130;
}
.BgClassName
{
background-color: #543130;
}
</style>
border-color css
<style>
span { border-color: #543130; }
span { border-color: rgb(84,49,48); }
td.TdClassName
{
border-color: #543130;
}
.TagClassName
{
border-color: #543130;
}
</style>