Shades of Moccaccino #59302A
Tints of Moccaccino #59302A
RGB
CMYK
RGB Variations
Color information
#59302A (or 0x59302A) is known color: Moccaccino. HEX triplet: 59, 30 and 2A. RGB value is (89,48,42). Sum of RGB (Red+Green+Blue) = 89+48+42=179 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.72% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 89 - color contains mainly: red. Hex color #59302A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59302A is #A6CFD5. Grayscale: #3B3B3B. Windows color (decimal): -10932182 or 2764889. OLE color: 2764889.
HSL color Cylindrical-coordinate representation of color #59302A: hue angle of 7.66º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59302A is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 48 | 42 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.65 |
| HSL | 7.66º | 0.36% | 0.26% | - |
| HSV(B) | 7.66º | 0.53% | 0.35% | - |
| XYZ | 5.59 | 4.4 | 2.75 | - |
| YUV | 59.58 | 118.08 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 48 | 42 | 0 | 0.46 | 0.53 | 0.65 | 7.66 | 0.36 | 0.26 |
| Hex | 59 | 30 | 2A | 0 | 2E | 35 | 41 | 8 | 24 | 1A |
| Octal | 131 | 60 | 52 | 0 | 56 | 65 | 101 | 10 | 44 | 32 |
| Binary | 1011001 | 110000 | 101010 | 0 | 101110 | 110101 | 1000001 | 1000 | 100100 | 11010 |
Color Harmonies of #59302A
Complementary color
Monochromatic Colors of #59302A
Black with #59302A
Text Example
Text Example
White with #59302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59302A; }
p { color: rgb(89,48,42); }
H1.HeaderClassName
{
color: #59302A;
}
.AnyTagClassName
{
color: #59302A;
}
</style>
background-color css
<style>
a { background-color: #59302A; }
a { background-color: rgb(89,48,42); }
div.DivClassName
{
background-color: #59302A;
}
.BgClassName
{
background-color: #59302A;
}
</style>
border-color css
<style>
span { border-color: #59302A; }
span { border-color: rgb(89,48,42); }
td.TdClassName
{
border-color: #59302A;
}
.TagClassName
{
border-color: #59302A;
}
</style>