Shades of Moccaccino #58312D
Tints of Moccaccino #58312D
RGB
CMYK
RGB Variations
Color information
#58312D (or 0x58312D) is known color: Moccaccino. HEX triplet: 58, 31 and 2D. RGB value is (88,49,45). Sum of RGB (Red+Green+Blue) = 88+49+45=182 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.35% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 88 - color contains mainly: red. Hex color #58312D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58312D is #A7CED2. Grayscale: #3C3C3C. Windows color (decimal): -10997459 or 2961752. OLE color: 2961752.
HSL color Cylindrical-coordinate representation of color #58312D: hue angle of 5.58º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58312D is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 49 | 45 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.65 |
| HSL | 5.58º | 0.32% | 0.26% | - |
| HSV(B) | 5.58º | 0.49% | 0.35% | - |
| XYZ | 5.6 | 4.46 | 3.05 | - |
| YUV | 60.21 | 119.42 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 49 | 45 | 0 | 0.44 | 0.49 | 0.65 | 5.58 | 0.32 | 0.26 |
| Hex | 58 | 31 | 2D | 0 | 2C | 31 | 41 | 6 | 20 | 1A |
| Octal | 130 | 61 | 55 | 0 | 54 | 61 | 101 | 6 | 40 | 32 |
| Binary | 1011000 | 110001 | 101101 | 0 | 101100 | 110001 | 1000001 | 110 | 100000 | 11010 |
Color Harmonies of #58312D
Complementary color
Monochromatic Colors of #58312D
Black with #58312D
Text Example
Text Example
White with #58312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58312D; }
p { color: rgb(88,49,45); }
H1.HeaderClassName
{
color: #58312D;
}
.AnyTagClassName
{
color: #58312D;
}
</style>
background-color css
<style>
a { background-color: #58312D; }
a { background-color: rgb(88,49,45); }
div.DivClassName
{
background-color: #58312D;
}
.BgClassName
{
background-color: #58312D;
}
</style>
border-color css
<style>
span { border-color: #58312D; }
span { border-color: rgb(88,49,45); }
td.TdClassName
{
border-color: #58312D;
}
.TagClassName
{
border-color: #58312D;
}
</style>