Shades of Moccaccino #54302F
Tints of Moccaccino #54302F
RGB
CMYK
RGB Variations
Color information
#54302F (or 0x54302F) is known color: Moccaccino. HEX triplet: 54, 30 and 2F. RGB value is (84,48,47). Sum of RGB (Red+Green+Blue) = 84+48+47=179 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.93% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 84 - color contains mainly: red. Hex color #54302F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54302F is #ABCFD0. Grayscale: #3A3A3A. Windows color (decimal): -11259857 or 3092564. OLE color: 3092564.
HSL color Cylindrical-coordinate representation of color #54302F: hue angle of 1.62º 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 #54302F is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 48 | 47 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.67 |
| HSL | 1.62º | 0.28% | 0.26% | - |
| HSV(B) | 1.62º | 0.44% | 0.33% | - |
| XYZ | 5.23 | 4.2 | 3.23 | - |
| YUV | 58.65 | 121.43 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 48 | 47 | 0 | 0.43 | 0.44 | 0.67 | 1.62 | 0.28 | 0.26 |
| Hex | 54 | 30 | 2F | 0 | 2B | 2C | 43 | 2 | 1C | 1A |
| Octal | 124 | 60 | 57 | 0 | 53 | 54 | 103 | 2 | 34 | 32 |
| Binary | 1010100 | 110000 | 101111 | 0 | 101011 | 101100 | 1000011 | 10 | 11100 | 11010 |
Color Harmonies of #54302F
Complementary color
Monochromatic Colors of #54302F
Black with #54302F
Text Example
Text Example
White with #54302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54302F; }
p { color: rgb(84,48,47); }
H1.HeaderClassName
{
color: #54302F;
}
.AnyTagClassName
{
color: #54302F;
}
</style>
background-color css
<style>
a { background-color: #54302F; }
a { background-color: rgb(84,48,47); }
div.DivClassName
{
background-color: #54302F;
}
.BgClassName
{
background-color: #54302F;
}
</style>
border-color css
<style>
span { border-color: #54302F; }
span { border-color: rgb(84,48,47); }
td.TdClassName
{
border-color: #54302F;
}
.TagClassName
{
border-color: #54302F;
}
</style>