Shades of Moccaccino #5A312D
Tints of Moccaccino #5A312D
RGB
CMYK
RGB Variations
Color information
#5A312D (or 0x5A312D) is known color: Moccaccino. HEX triplet: 5A, 31 and 2D. RGB value is (90,49,45). Sum of RGB (Red+Green+Blue) = 90+49+45=184 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.91% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 45 (17.97% from 255 or 24.46% from 184); Max value from RGB is 90 - color contains mainly: red. Hex color #5A312D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A312D is #A5CED2. Grayscale: #3C3C3C. Windows color (decimal): -10866387 or 2961754. OLE color: 2961754.
HSL color Cylindrical-coordinate representation of color #5A312D: hue angle of 5.33º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A312D is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 49 | 45 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.65 |
| HSL | 5.33º | 0.33% | 0.26% | - |
| HSV(B) | 5.33º | 0.5% | 0.35% | - |
| XYZ | 5.79 | 4.56 | 3.06 | - |
| YUV | 60.8 | 119.08 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 49 | 45 | 0 | 0.46 | 0.50 | 0.65 | 5.33 | 0.33 | 0.26 |
| Hex | 5A | 31 | 2D | 0 | 2E | 32 | 41 | 5 | 21 | 1A |
| Octal | 132 | 61 | 55 | 0 | 56 | 62 | 101 | 5 | 41 | 32 |
| Binary | 1011010 | 110001 | 101101 | 0 | 101110 | 110010 | 1000001 | 101 | 100001 | 11010 |
Color Harmonies of #5A312D
Complementary color
Monochromatic Colors of #5A312D
Black with #5A312D
Text Example
Text Example
White with #5A312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A312D; }
p { color: rgb(90,49,45); }
H1.HeaderClassName
{
color: #5A312D;
}
.AnyTagClassName
{
color: #5A312D;
}
</style>
background-color css
<style>
a { background-color: #5A312D; }
a { background-color: rgb(90,49,45); }
div.DivClassName
{
background-color: #5A312D;
}
.BgClassName
{
background-color: #5A312D;
}
</style>
border-color css
<style>
span { border-color: #5A312D; }
span { border-color: rgb(90,49,45); }
td.TdClassName
{
border-color: #5A312D;
}
.TagClassName
{
border-color: #5A312D;
}
</style>