Shades of Moccaccino #582D2B
Tints of Moccaccino #582D2B
RGB
CMYK
RGB Variations
Color information
#582D2B (or 0x582D2B) is known color: Moccaccino. HEX triplet: 58, 2D and 2B. RGB value is (88,45,43). Sum of RGB (Red+Green+Blue) = 88+45+43=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 45 (17.97% from 255 or 25.57% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #582D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582D2B is #A7D2D4. Grayscale: #393939. Windows color (decimal): -10998485 or 2829656. OLE color: 2829656.
HSL color Cylindrical-coordinate representation of color #582D2B: hue angle of 2.67º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #582D2B is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 45 | 43 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.65 |
| HSL | 2.67º | 0.34% | 0.26% | - |
| HSV(B) | 2.67º | 0.51% | 0.35% | - |
| XYZ | 5.4 | 4.13 | 2.8 | - |
| YUV | 57.63 | 119.75 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 45 | 43 | 0 | 0.49 | 0.51 | 0.65 | 2.67 | 0.34 | 0.26 |
| Hex | 58 | 2D | 2B | 0 | 31 | 33 | 41 | 3 | 22 | 1A |
| Octal | 130 | 55 | 53 | 0 | 61 | 63 | 101 | 3 | 42 | 32 |
| Binary | 1011000 | 101101 | 101011 | 0 | 110001 | 110011 | 1000001 | 11 | 100010 | 11010 |
Color Harmonies of #582D2B
Complementary color
Monochromatic Colors of #582D2B
Black with #582D2B
Text Example
Text Example
White with #582D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582D2B; }
p { color: rgb(88,45,43); }
H1.HeaderClassName
{
color: #582D2B;
}
.AnyTagClassName
{
color: #582D2B;
}
</style>
background-color css
<style>
a { background-color: #582D2B; }
a { background-color: rgb(88,45,43); }
div.DivClassName
{
background-color: #582D2B;
}
.BgClassName
{
background-color: #582D2B;
}
</style>
border-color css
<style>
span { border-color: #582D2B; }
span { border-color: rgb(88,45,43); }
td.TdClassName
{
border-color: #582D2B;
}
.TagClassName
{
border-color: #582D2B;
}
</style>