Shades of Moccaccino #54322F
Tints of Moccaccino #54322F
RGB
CMYK
RGB Variations
Color information
#54322F (or 0x54322F) is known color: Moccaccino. HEX triplet: 54, 32 and 2F. RGB value is (84,50,47). Sum of RGB (Red+Green+Blue) = 84+50+47=181 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.41% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 84 - color contains mainly: red. Hex color #54322F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54322F is #ABCDD0. Grayscale: #3B3B3B. Windows color (decimal): -11259345 or 3093076. OLE color: 3093076.
HSL color Cylindrical-coordinate representation of color #54322F: hue angle of 4.86º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #54322F is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 50 | 47 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.67 |
| HSL | 4.86º | 0.28% | 0.26% | - |
| HSV(B) | 4.86º | 0.44% | 0.33% | - |
| XYZ | 5.31 | 4.37 | 3.25 | - |
| YUV | 59.82 | 120.76 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 50 | 47 | 0 | 0.40 | 0.44 | 0.67 | 4.86 | 0.28 | 0.26 |
| Hex | 54 | 32 | 2F | 0 | 28 | 2C | 43 | 5 | 1C | 1A |
| Octal | 124 | 62 | 57 | 0 | 50 | 54 | 103 | 5 | 34 | 32 |
| Binary | 1010100 | 110010 | 101111 | 0 | 101000 | 101100 | 1000011 | 101 | 11100 | 11010 |
Color Harmonies of #54322F
Complementary color
Monochromatic Colors of #54322F
Black with #54322F
Text Example
Text Example
White with #54322F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54322F; }
p { color: rgb(84,50,47); }
H1.HeaderClassName
{
color: #54322F;
}
.AnyTagClassName
{
color: #54322F;
}
</style>
background-color css
<style>
a { background-color: #54322F; }
a { background-color: rgb(84,50,47); }
div.DivClassName
{
background-color: #54322F;
}
.BgClassName
{
background-color: #54322F;
}
</style>
border-color css
<style>
span { border-color: #54322F; }
span { border-color: rgb(84,50,47); }
td.TdClassName
{
border-color: #54322F;
}
.TagClassName
{
border-color: #54322F;
}
</style>