Shades of Moccaccino #54302B
Tints of Moccaccino #54302B
RGB
CMYK
RGB Variations
Color information
#54302B (or 0x54302B) is known color: Moccaccino. HEX triplet: 54, 30 and 2B. RGB value is (84,48,43). Sum of RGB (Red+Green+Blue) = 84+48+43=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 84 - color contains mainly: red. Hex color #54302B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54302B is #ABCFD4. Grayscale: #3A3A3A. Windows color (decimal): -11259861 or 2830420. OLE color: 2830420.
HSL color Cylindrical-coordinate representation of color #54302B: hue angle of 7.32º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54302B is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 48 | 43 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.67 |
| HSL | 7.32º | 0.32% | 0.25% | - |
| HSV(B) | 7.32º | 0.49% | 0.33% | - |
| XYZ | 5.15 | 4.17 | 2.82 | - |
| YUV | 58.19 | 119.43 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 48 | 43 | 0 | 0.43 | 0.49 | 0.67 | 7.32 | 0.32 | 0.25 |
| Hex | 54 | 30 | 2B | 0 | 2B | 31 | 43 | 7 | 20 | 19 |
| Octal | 124 | 60 | 53 | 0 | 53 | 61 | 103 | 7 | 40 | 31 |
| Binary | 1010100 | 110000 | 101011 | 0 | 101011 | 110001 | 1000011 | 111 | 100000 | 11001 |
Color Harmonies of #54302B
Complementary color
Monochromatic Colors of #54302B
Black with #54302B
Text Example
Text Example
White with #54302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54302B; }
p { color: rgb(84,48,43); }
H1.HeaderClassName
{
color: #54302B;
}
.AnyTagClassName
{
color: #54302B;
}
</style>
background-color css
<style>
a { background-color: #54302B; }
a { background-color: rgb(84,48,43); }
div.DivClassName
{
background-color: #54302B;
}
.BgClassName
{
background-color: #54302B;
}
</style>
border-color css
<style>
span { border-color: #54302B; }
span { border-color: rgb(84,48,43); }
td.TdClassName
{
border-color: #54302B;
}
.TagClassName
{
border-color: #54302B;
}
</style>