Shades of Moccaccino #582A2A
Tints of Moccaccino #582A2A
RGB
CMYK
RGB Variations
Color information
#582A2A (or 0x582A2A) is known color: Moccaccino. HEX triplet: 58, 2A and 2A. RGB value is (88,42,42). Sum of RGB (Red+Green+Blue) = 88+42+42=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 42 (16.80% from 255 or 24.42% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #582A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582A2A is #A7D5D5. Grayscale: #373737. Windows color (decimal): -10999254 or 2763352. OLE color: 2763352.
HSL color Cylindrical-coordinate representation of color #582A2A: hue angle of 0º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #582A2A is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 42 | 42 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.65 |
| HSL | 0º | 0.35% | 0.25% | - |
| HSV(B) | 0º | 0.52% | 0.35% | - |
| XYZ | 5.27 | 3.9 | 2.67 | - |
| YUV | 55.75 | 120.24 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 42 | 42 | 0 | 0.52 | 0.52 | 0.65 | 0 | 0.35 | 0.25 |
| Hex | 58 | 2A | 2A | 0 | 34 | 34 | 41 | 0 | 23 | 19 |
| Octal | 130 | 52 | 52 | 0 | 64 | 64 | 101 | 0 | 43 | 31 |
| Binary | 1011000 | 101010 | 101010 | 0 | 110100 | 110100 | 1000001 | 0 | 100011 | 11001 |
Color Harmonies of #582A2A
Complementary color
Monochromatic Colors of #582A2A
Black with #582A2A
Text Example
Text Example
White with #582A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582A2A; }
p { color: rgb(88,42,42); }
H1.HeaderClassName
{
color: #582A2A;
}
.AnyTagClassName
{
color: #582A2A;
}
</style>
background-color css
<style>
a { background-color: #582A2A; }
a { background-color: rgb(88,42,42); }
div.DivClassName
{
background-color: #582A2A;
}
.BgClassName
{
background-color: #582A2A;
}
</style>
border-color css
<style>
span { border-color: #582A2A; }
span { border-color: rgb(88,42,42); }
td.TdClassName
{
border-color: #582A2A;
}
.TagClassName
{
border-color: #582A2A;
}
</style>