Shades of Moccaccino #582C2B
Tints of Moccaccino #582C2B
RGB
CMYK
RGB Variations
Color information
#582C2B (or 0x582C2B) is known color: Moccaccino. HEX triplet: 58, 2C and 2B. RGB value is (88,44,43). Sum of RGB (Red+Green+Blue) = 88+44+43=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 44 (17.58% from 255 or 25.14% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #582C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582C2B is #A7D3D4. Grayscale: #393939. Windows color (decimal): -10998741 or 2829400. OLE color: 2829400.
HSL color Cylindrical-coordinate representation of color #582C2B: hue angle of 1.33º 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 #582C2B is Cyan = 0, Magento = 0.5, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 44 | 43 | - |
| CMYK | 0 | 0.5 | 0.51 | 0.65 |
| HSL | 1.33º | 0.34% | 0.26% | - |
| HSV(B) | 1.33º | 0.51% | 0.35% | - |
| XYZ | 5.36 | 4.05 | 2.78 | - |
| YUV | 57.04 | 120.08 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 44 | 43 | 0 | 0.5 | 0.51 | 0.65 | 1.33 | 0.34 | 0.26 |
| Hex | 58 | 2C | 2B | 0 | 32 | 33 | 41 | 1 | 22 | 1A |
| Octal | 130 | 54 | 53 | 0 | 62 | 63 | 101 | 1 | 42 | 32 |
| Binary | 1011000 | 101100 | 101011 | 0 | 110010 | 110011 | 1000001 | 1 | 100010 | 11010 |
Color Harmonies of #582C2B
Complementary color
Monochromatic Colors of #582C2B
Black with #582C2B
Text Example
Text Example
White with #582C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582C2B; }
p { color: rgb(88,44,43); }
H1.HeaderClassName
{
color: #582C2B;
}
.AnyTagClassName
{
color: #582C2B;
}
</style>
background-color css
<style>
a { background-color: #582C2B; }
a { background-color: rgb(88,44,43); }
div.DivClassName
{
background-color: #582C2B;
}
.BgClassName
{
background-color: #582C2B;
}
</style>
border-color css
<style>
span { border-color: #582C2B; }
span { border-color: rgb(88,44,43); }
td.TdClassName
{
border-color: #582C2B;
}
.TagClassName
{
border-color: #582C2B;
}
</style>