Shades of Moccaccino #53302C
Tints of Moccaccino #53302C
RGB
CMYK
RGB Variations
Color information
#53302C (or 0x53302C) is known color: Moccaccino. HEX triplet: 53, 30 and 2C. RGB value is (83,48,44). Sum of RGB (Red+Green+Blue) = 83+48+44=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #53302C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53302C is #ACCFD3. Grayscale: #3A3A3A. Windows color (decimal): -11325396 or 2895955. OLE color: 2895955.
HSL color Cylindrical-coordinate representation of color #53302C: hue angle of 6.15º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53302C is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 48 | 44 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.67 |
| HSL | 6.15º | 0.31% | 0.25% | - |
| HSV(B) | 6.15º | 0.47% | 0.33% | - |
| XYZ | 5.08 | 4.13 | 2.91 | - |
| YUV | 58.01 | 120.1 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 48 | 44 | 0 | 0.42 | 0.47 | 0.67 | 6.15 | 0.31 | 0.25 |
| Hex | 53 | 30 | 2C | 0 | 2A | 2F | 43 | 6 | 1F | 19 |
| Octal | 123 | 60 | 54 | 0 | 52 | 57 | 103 | 6 | 37 | 31 |
| Binary | 1010011 | 110000 | 101100 | 0 | 101010 | 101111 | 1000011 | 110 | 11111 | 11001 |
Color Harmonies of #53302C
Complementary color
Monochromatic Colors of #53302C
Black with #53302C
Text Example
Text Example
White with #53302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53302C; }
p { color: rgb(83,48,44); }
H1.HeaderClassName
{
color: #53302C;
}
.AnyTagClassName
{
color: #53302C;
}
</style>
background-color css
<style>
a { background-color: #53302C; }
a { background-color: rgb(83,48,44); }
div.DivClassName
{
background-color: #53302C;
}
.BgClassName
{
background-color: #53302C;
}
</style>
border-color css
<style>
span { border-color: #53302C; }
span { border-color: rgb(83,48,44); }
td.TdClassName
{
border-color: #53302C;
}
.TagClassName
{
border-color: #53302C;
}
</style>