Shades of Moccaccino #53302F
Tints of Moccaccino #53302F
RGB
CMYK
RGB Variations
Color information
#53302F (or 0x53302F) is known color: Moccaccino. HEX triplet: 53, 30 and 2F. RGB value is (83,48,47). Sum of RGB (Red+Green+Blue) = 83+48+47=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #53302F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53302F is #ACCFD0. Grayscale: #3A3A3A. Windows color (decimal): -11325393 or 3092563. OLE color: 3092563.
HSL color Cylindrical-coordinate representation of color #53302F: hue angle of 1.67º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #53302F is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 48 | 47 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.67 |
| HSL | 1.67º | 0.28% | 0.25% | - |
| HSV(B) | 1.67º | 0.43% | 0.33% | - |
| XYZ | 5.14 | 4.16 | 3.22 | - |
| YUV | 58.35 | 121.6 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 48 | 47 | 0 | 0.42 | 0.43 | 0.67 | 1.67 | 0.28 | 0.25 |
| Hex | 53 | 30 | 2F | 0 | 2A | 2B | 43 | 2 | 1C | 19 |
| Octal | 123 | 60 | 57 | 0 | 52 | 53 | 103 | 2 | 34 | 31 |
| Binary | 1010011 | 110000 | 101111 | 0 | 101010 | 101011 | 1000011 | 10 | 11100 | 11001 |
Color Harmonies of #53302F
Complementary color
Monochromatic Colors of #53302F
Black with #53302F
Text Example
Text Example
White with #53302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53302F; }
p { color: rgb(83,48,47); }
H1.HeaderClassName
{
color: #53302F;
}
.AnyTagClassName
{
color: #53302F;
}
</style>
background-color css
<style>
a { background-color: #53302F; }
a { background-color: rgb(83,48,47); }
div.DivClassName
{
background-color: #53302F;
}
.BgClassName
{
background-color: #53302F;
}
</style>
border-color css
<style>
span { border-color: #53302F; }
span { border-color: rgb(83,48,47); }
td.TdClassName
{
border-color: #53302F;
}
.TagClassName
{
border-color: #53302F;
}
</style>