Shades of Moccaccino #582D29
Tints of Moccaccino #582D29
RGB
CMYK
RGB Variations
Color information
#582D29 (or 0x582D29) is known color: Moccaccino. HEX triplet: 58, 2D and 29. RGB value is (88,45,41). Sum of RGB (Red+Green+Blue) = 88+45+41=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 45 (17.97% from 255 or 25.86% from 174); Blue value is 41 (16.41% from 255 or 23.56% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #582D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582D29 is #A7D2D6. Grayscale: #393939. Windows color (decimal): -10998487 or 2698584. OLE color: 2698584.
HSL color Cylindrical-coordinate representation of color #582D29: hue angle of 5.11º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #582D29 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 45 | 41 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.65 |
| HSL | 5.11º | 0.36% | 0.25% | - |
| HSV(B) | 5.11º | 0.53% | 0.35% | - |
| XYZ | 5.36 | 4.11 | 2.61 | - |
| YUV | 57.4 | 118.75 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 45 | 41 | 0 | 0.49 | 0.53 | 0.65 | 5.11 | 0.36 | 0.25 |
| Hex | 58 | 2D | 29 | 0 | 31 | 35 | 41 | 5 | 24 | 19 |
| Octal | 130 | 55 | 51 | 0 | 61 | 65 | 101 | 5 | 44 | 31 |
| Binary | 1011000 | 101101 | 101001 | 0 | 110001 | 110101 | 1000001 | 101 | 100100 | 11001 |
Color Harmonies of #582D29
Complementary color
Monochromatic Colors of #582D29
Black with #582D29
Text Example
Text Example
White with #582D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582D29; }
p { color: rgb(88,45,41); }
H1.HeaderClassName
{
color: #582D29;
}
.AnyTagClassName
{
color: #582D29;
}
</style>
background-color css
<style>
a { background-color: #582D29; }
a { background-color: rgb(88,45,41); }
div.DivClassName
{
background-color: #582D29;
}
.BgClassName
{
background-color: #582D29;
}
</style>
border-color css
<style>
span { border-color: #582D29; }
span { border-color: rgb(88,45,41); }
td.TdClassName
{
border-color: #582D29;
}
.TagClassName
{
border-color: #582D29;
}
</style>