Shades of Moccaccino #53302D
Tints of Moccaccino #53302D
RGB
CMYK
RGB Variations
Color information
#53302D (or 0x53302D) is known color: Moccaccino. HEX triplet: 53, 30 and 2D. RGB value is (83,48,45). Sum of RGB (Red+Green+Blue) = 83+48+45=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 45 (17.97% from 255 or 25.57% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #53302D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53302D is #ACCFD2. Grayscale: #3A3A3A. Windows color (decimal): -11325395 or 2961491. OLE color: 2961491.
HSL color Cylindrical-coordinate representation of color #53302D: hue angle of 4.74º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53302D is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 48 | 45 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.67 |
| HSL | 4.74º | 0.3% | 0.25% | - |
| HSV(B) | 4.74º | 0.46% | 0.33% | - |
| XYZ | 5.1 | 4.14 | 3.01 | - |
| YUV | 58.12 | 120.6 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 48 | 45 | 0 | 0.42 | 0.46 | 0.67 | 4.74 | 0.3 | 0.25 |
| Hex | 53 | 30 | 2D | 0 | 2A | 2E | 43 | 5 | 1E | 19 |
| Octal | 123 | 60 | 55 | 0 | 52 | 56 | 103 | 5 | 36 | 31 |
| Binary | 1010011 | 110000 | 101101 | 0 | 101010 | 101110 | 1000011 | 101 | 11110 | 11001 |
Color Harmonies of #53302D
Complementary color
Monochromatic Colors of #53302D
Black with #53302D
Text Example
Text Example
White with #53302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53302D; }
p { color: rgb(83,48,45); }
H1.HeaderClassName
{
color: #53302D;
}
.AnyTagClassName
{
color: #53302D;
}
</style>
background-color css
<style>
a { background-color: #53302D; }
a { background-color: rgb(83,48,45); }
div.DivClassName
{
background-color: #53302D;
}
.BgClassName
{
background-color: #53302D;
}
</style>
border-color css
<style>
span { border-color: #53302D; }
span { border-color: rgb(83,48,45); }
td.TdClassName
{
border-color: #53302D;
}
.TagClassName
{
border-color: #53302D;
}
</style>