Shades of Moccaccino #5A2F2C
Tints of Moccaccino #5A2F2C
RGB
CMYK
RGB Variations
Color information
#5A2F2C (or 0x5A2F2C) is known color: Moccaccino. HEX triplet: 5A, 2F and 2C. RGB value is (90,47,44). Sum of RGB (Red+Green+Blue) = 90+47+44=181 (23% of max value = 765). Red value is 90 (35.55% from 255 or 49.72% from 181); Green value is 47 (18.75% from 255 or 25.97% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2F2C is #A5D0D3. Grayscale: #3B3B3B. Windows color (decimal): -10866900 or 2895706. OLE color: 2895706.
HSL color Cylindrical-coordinate representation of color #5A2F2C: hue angle of 3.91º 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 #5A2F2C is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 47 | 44 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.65 |
| HSL | 3.91º | 0.34% | 0.26% | - |
| HSV(B) | 3.91º | 0.51% | 0.35% | - |
| XYZ | 5.69 | 4.39 | 2.93 | - |
| YUV | 59.52 | 119.25 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 47 | 44 | 0 | 0.48 | 0.51 | 0.65 | 3.91 | 0.34 | 0.26 |
| Hex | 5A | 2F | 2C | 0 | 30 | 33 | 41 | 4 | 22 | 1A |
| Octal | 132 | 57 | 54 | 0 | 60 | 63 | 101 | 4 | 42 | 32 |
| Binary | 1011010 | 101111 | 101100 | 0 | 110000 | 110011 | 1000001 | 100 | 100010 | 11010 |
Color Harmonies of #5A2F2C
Complementary color
Monochromatic Colors of #5A2F2C
Black with #5A2F2C
Text Example
Text Example
White with #5A2F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2F2C; }
p { color: rgb(90,47,44); }
H1.HeaderClassName
{
color: #5A2F2C;
}
.AnyTagClassName
{
color: #5A2F2C;
}
</style>
background-color css
<style>
a { background-color: #5A2F2C; }
a { background-color: rgb(90,47,44); }
div.DivClassName
{
background-color: #5A2F2C;
}
.BgClassName
{
background-color: #5A2F2C;
}
</style>
border-color css
<style>
span { border-color: #5A2F2C; }
span { border-color: rgb(90,47,44); }
td.TdClassName
{
border-color: #5A2F2C;
}
.TagClassName
{
border-color: #5A2F2C;
}
</style>