Shades of Moccaccino #592D2B
Tints of Moccaccino #592D2B
RGB
CMYK
RGB Variations
Color information
#592D2B (or 0x592D2B) is known color: Moccaccino. HEX triplet: 59, 2D and 2B. RGB value is (89,45,43). Sum of RGB (Red+Green+Blue) = 89+45+43=177 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.28% from 177); Green value is 45 (17.97% from 255 or 25.42% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 89 - color contains mainly: red. Hex color #592D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592D2B is #A6D2D4. Grayscale: #393939. Windows color (decimal): -10932949 or 2829657. OLE color: 2829657.
HSL color Cylindrical-coordinate representation of color #592D2B: hue angle of 2.61º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #592D2B is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 45 | 43 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.65 |
| HSL | 2.61º | 0.35% | 0.26% | - |
| HSV(B) | 2.61º | 0.52% | 0.35% | - |
| XYZ | 5.49 | 4.18 | 2.8 | - |
| YUV | 57.93 | 119.58 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 45 | 43 | 0 | 0.49 | 0.52 | 0.65 | 2.61 | 0.35 | 0.26 |
| Hex | 59 | 2D | 2B | 0 | 31 | 34 | 41 | 3 | 23 | 1A |
| Octal | 131 | 55 | 53 | 0 | 61 | 64 | 101 | 3 | 43 | 32 |
| Binary | 1011001 | 101101 | 101011 | 0 | 110001 | 110100 | 1000001 | 11 | 100011 | 11010 |
Color Harmonies of #592D2B
Complementary color
Monochromatic Colors of #592D2B
Black with #592D2B
Text Example
Text Example
White with #592D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592D2B; }
p { color: rgb(89,45,43); }
H1.HeaderClassName
{
color: #592D2B;
}
.AnyTagClassName
{
color: #592D2B;
}
</style>
background-color css
<style>
a { background-color: #592D2B; }
a { background-color: rgb(89,45,43); }
div.DivClassName
{
background-color: #592D2B;
}
.BgClassName
{
background-color: #592D2B;
}
</style>
border-color css
<style>
span { border-color: #592D2B; }
span { border-color: rgb(89,45,43); }
td.TdClassName
{
border-color: #592D2B;
}
.TagClassName
{
border-color: #592D2B;
}
</style>