Shades of Moccaccino #582C2C
Tints of Moccaccino #582C2C
RGB
CMYK
RGB Variations
Color information
#582C2C (or 0x582C2C) is known color: Moccaccino. HEX triplet: 58, 2C and 2C. RGB value is (88,44,44). Sum of RGB (Red+Green+Blue) = 88+44+44=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 44 (17.58% from 255 or 25% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #582C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582C2C is #A7D3D3. Grayscale: #393939. Windows color (decimal): -10998740 or 2894936. OLE color: 2894936.
HSL color Cylindrical-coordinate representation of color #582C2C: hue angle of 0º 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 #582C2C is Cyan = 0, Magento = 0.5, Yellow = 0.5 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 44 | 44 | - |
| CMYK | 0 | 0.5 | 0.5 | 0.65 |
| HSL | 0º | 0.33% | 0.26% | - |
| HSV(B) | 0º | 0.5% | 0.35% | - |
| XYZ | 5.38 | 4.06 | 2.88 | - |
| YUV | 57.16 | 120.58 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 44 | 44 | 0 | 0.5 | 0.5 | 0.65 | 0 | 0.33 | 0.26 |
| Hex | 58 | 2C | 2C | 0 | 32 | 32 | 41 | 0 | 21 | 1A |
| Octal | 130 | 54 | 54 | 0 | 62 | 62 | 101 | 0 | 41 | 32 |
| Binary | 1011000 | 101100 | 101100 | 0 | 110010 | 110010 | 1000001 | 0 | 100001 | 11010 |
Color Harmonies of #582C2C
Complementary color
Monochromatic Colors of #582C2C
Black with #582C2C
Text Example
Text Example
White with #582C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582C2C; }
p { color: rgb(88,44,44); }
H1.HeaderClassName
{
color: #582C2C;
}
.AnyTagClassName
{
color: #582C2C;
}
</style>
background-color css
<style>
a { background-color: #582C2C; }
a { background-color: rgb(88,44,44); }
div.DivClassName
{
background-color: #582C2C;
}
.BgClassName
{
background-color: #582C2C;
}
</style>
border-color css
<style>
span { border-color: #582C2C; }
span { border-color: rgb(88,44,44); }
td.TdClassName
{
border-color: #582C2C;
}
.TagClassName
{
border-color: #582C2C;
}
</style>