Shades of Moccaccino #582F2C
Tints of Moccaccino #582F2C
RGB
CMYK
RGB Variations
Color information
#582F2C (or 0x582F2C) is known color: Moccaccino. HEX triplet: 58, 2F and 2C. RGB value is (88,47,44). Sum of RGB (Red+Green+Blue) = 88+47+44=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 47 (18.75% from 255 or 26.26% from 179); Blue value is 44 (17.58% from 255 or 24.58% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #582F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582F2C is #A7D0D3. Grayscale: #3A3A3A. Windows color (decimal): -10997972 or 2895704. OLE color: 2895704.
HSL color Cylindrical-coordinate representation of color #582F2C: hue angle of 4.09º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #582F2C is Cyan = 0, Magento = 0.47, Yellow = 0.5 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 47 | 44 | - |
| CMYK | 0 | 0.47 | 0.5 | 0.65 |
| HSL | 4.09º | 0.33% | 0.26% | - |
| HSV(B) | 4.09º | 0.5% | 0.35% | - |
| XYZ | 5.5 | 4.29 | 2.92 | - |
| YUV | 58.92 | 119.58 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 47 | 44 | 0 | 0.47 | 0.5 | 0.65 | 4.09 | 0.33 | 0.26 |
| Hex | 58 | 2F | 2C | 0 | 2F | 32 | 41 | 4 | 21 | 1A |
| Octal | 130 | 57 | 54 | 0 | 57 | 62 | 101 | 4 | 41 | 32 |
| Binary | 1011000 | 101111 | 101100 | 0 | 101111 | 110010 | 1000001 | 100 | 100001 | 11010 |
Color Harmonies of #582F2C
Complementary color
Monochromatic Colors of #582F2C
Black with #582F2C
Text Example
Text Example
White with #582F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582F2C; }
p { color: rgb(88,47,44); }
H1.HeaderClassName
{
color: #582F2C;
}
.AnyTagClassName
{
color: #582F2C;
}
</style>
background-color css
<style>
a { background-color: #582F2C; }
a { background-color: rgb(88,47,44); }
div.DivClassName
{
background-color: #582F2C;
}
.BgClassName
{
background-color: #582F2C;
}
</style>
border-color css
<style>
span { border-color: #582F2C; }
span { border-color: rgb(88,47,44); }
td.TdClassName
{
border-color: #582F2C;
}
.TagClassName
{
border-color: #582F2C;
}
</style>