Shades of Moccaccino #58302A
Tints of Moccaccino #58302A
RGB
CMYK
RGB Variations
Color information
#58302A (or 0x58302A) is known color: Moccaccino. HEX triplet: 58, 30 and 2A. RGB value is (88,48,42). Sum of RGB (Red+Green+Blue) = 88+48+42=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 88 - color contains mainly: red. Hex color #58302A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58302A is #A7CFD5. Grayscale: #3B3B3B. Windows color (decimal): -10997718 or 2764888. OLE color: 2764888.
HSL color Cylindrical-coordinate representation of color #58302A: hue angle of 7.83º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58302A is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 48 | 42 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.65 |
| HSL | 7.83º | 0.35% | 0.25% | - |
| HSV(B) | 7.83º | 0.52% | 0.35% | - |
| XYZ | 5.5 | 4.36 | 2.74 | - |
| YUV | 59.28 | 118.25 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 48 | 42 | 0 | 0.45 | 0.52 | 0.65 | 7.83 | 0.35 | 0.25 |
| Hex | 58 | 30 | 2A | 0 | 2D | 34 | 41 | 8 | 23 | 19 |
| Octal | 130 | 60 | 52 | 0 | 55 | 64 | 101 | 10 | 43 | 31 |
| Binary | 1011000 | 110000 | 101010 | 0 | 101101 | 110100 | 1000001 | 1000 | 100011 | 11001 |
Color Harmonies of #58302A
Complementary color
Monochromatic Colors of #58302A
Black with #58302A
Text Example
Text Example
White with #58302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58302A; }
p { color: rgb(88,48,42); }
H1.HeaderClassName
{
color: #58302A;
}
.AnyTagClassName
{
color: #58302A;
}
</style>
background-color css
<style>
a { background-color: #58302A; }
a { background-color: rgb(88,48,42); }
div.DivClassName
{
background-color: #58302A;
}
.BgClassName
{
background-color: #58302A;
}
</style>
border-color css
<style>
span { border-color: #58302A; }
span { border-color: rgb(88,48,42); }
td.TdClassName
{
border-color: #58302A;
}
.TagClassName
{
border-color: #58302A;
}
</style>