Shades of Moccaccino #582A26
Tints of Moccaccino #582A26
RGB
CMYK
RGB Variations
Color information
#582A26 (or 0x582A26) is known color: Moccaccino. HEX triplet: 58, 2A and 26. RGB value is (88,42,38). Sum of RGB (Red+Green+Blue) = 88+42+38=168 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.38% from 168); Green value is 42 (16.80% from 255 or 25% from 168); Blue value is 38 (15.23% from 255 or 22.62% from 168); Max value from RGB is 88 - color contains mainly: red. Hex color #582A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582A26 is #A7D5D9. Grayscale: #373737. Windows color (decimal): -10999258 or 2501208. OLE color: 2501208.
HSL color Cylindrical-coordinate representation of color #582A26: hue angle of 4.8º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #582A26 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 42 | 38 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.65 |
| HSL | 4.8º | 0.4% | 0.25% | - |
| HSV(B) | 4.8º | 0.57% | 0.35% | - |
| XYZ | 5.2 | 3.87 | 2.31 | - |
| YUV | 55.3 | 118.24 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 42 | 38 | 0 | 0.52 | 0.57 | 0.65 | 4.8 | 0.4 | 0.25 |
| Hex | 58 | 2A | 26 | 0 | 34 | 39 | 41 | 5 | 28 | 19 |
| Octal | 130 | 52 | 46 | 0 | 64 | 71 | 101 | 5 | 50 | 31 |
| Binary | 1011000 | 101010 | 100110 | 0 | 110100 | 111001 | 1000001 | 101 | 101000 | 11001 |
Color Harmonies of #582A26
Complementary color
Monochromatic Colors of #582A26
Black with #582A26
Text Example
Text Example
White with #582A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582A26; }
p { color: rgb(88,42,38); }
H1.HeaderClassName
{
color: #582A26;
}
.AnyTagClassName
{
color: #582A26;
}
</style>
background-color css
<style>
a { background-color: #582A26; }
a { background-color: rgb(88,42,38); }
div.DivClassName
{
background-color: #582A26;
}
.BgClassName
{
background-color: #582A26;
}
</style>
border-color css
<style>
span { border-color: #582A26; }
span { border-color: rgb(88,42,38); }
td.TdClassName
{
border-color: #582A26;
}
.TagClassName
{
border-color: #582A26;
}
</style>