Shades of Moccaccino #52302F
Tints of Moccaccino #52302F
RGB
CMYK
RGB Variations
Color information
#52302F (or 0x52302F) is known color: Moccaccino. HEX triplet: 52, 30 and 2F. RGB value is (82,48,47). Sum of RGB (Red+Green+Blue) = 82+48+47=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 82 - color contains mainly: red. Hex color #52302F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52302F is #ADCFD0. Grayscale: #3A3A3A. Windows color (decimal): -11390929 or 3092562. OLE color: 3092562.
HSL color Cylindrical-coordinate representation of color #52302F: hue angle of 1.71º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #52302F is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 48 | 47 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.68 |
| HSL | 1.71º | 0.27% | 0.25% | - |
| HSV(B) | 1.71º | 0.43% | 0.32% | - |
| XYZ | 5.05 | 4.11 | 3.22 | - |
| YUV | 58.05 | 121.76 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 48 | 47 | 0 | 0.41 | 0.43 | 0.68 | 1.71 | 0.27 | 0.25 |
| Hex | 52 | 30 | 2F | 0 | 29 | 2B | 44 | 2 | 1B | 19 |
| Octal | 122 | 60 | 57 | 0 | 51 | 53 | 104 | 2 | 33 | 31 |
| Binary | 1010010 | 110000 | 101111 | 0 | 101001 | 101011 | 1000100 | 10 | 11011 | 11001 |
Color Harmonies of #52302F
Complementary color
Monochromatic Colors of #52302F
Black with #52302F
Text Example
Text Example
White with #52302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52302F; }
p { color: rgb(82,48,47); }
H1.HeaderClassName
{
color: #52302F;
}
.AnyTagClassName
{
color: #52302F;
}
</style>
background-color css
<style>
a { background-color: #52302F; }
a { background-color: rgb(82,48,47); }
div.DivClassName
{
background-color: #52302F;
}
.BgClassName
{
background-color: #52302F;
}
</style>
border-color css
<style>
span { border-color: #52302F; }
span { border-color: rgb(82,48,47); }
td.TdClassName
{
border-color: #52302F;
}
.TagClassName
{
border-color: #52302F;
}
</style>