Shades of Moccaccino #5A3028
Tints of Moccaccino #5A3028
RGB
CMYK
RGB Variations
Color information
#5A3028 (or 0x5A3028) is known color: Moccaccino. HEX triplet: 5A, 30 and 28. RGB value is (90,48,40). Sum of RGB (Red+Green+Blue) = 90+48+40=178 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.56% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 40 (16.02% from 255 or 22.47% from 178); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3028 is #A5CFD7. Grayscale: #3B3B3B. Windows color (decimal): -10866648 or 2633818. OLE color: 2633818.
HSL color Cylindrical-coordinate representation of color #5A3028: hue angle of 9.6º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A3028 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 48 | 40 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.65 |
| HSL | 9.6º | 0.38% | 0.25% | - |
| HSV(B) | 9.6º | 0.56% | 0.35% | - |
| XYZ | 5.66 | 4.44 | 2.57 | - |
| YUV | 59.65 | 116.91 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 48 | 40 | 0 | 0.47 | 0.56 | 0.65 | 9.6 | 0.38 | 0.25 |
| Hex | 5A | 30 | 28 | 0 | 2F | 38 | 41 | A | 26 | 19 |
| Octal | 132 | 60 | 50 | 0 | 57 | 70 | 101 | 12 | 46 | 31 |
| Binary | 1011010 | 110000 | 101000 | 0 | 101111 | 111000 | 1000001 | 1010 | 100110 | 11001 |
Color Harmonies of #5A3028
Complementary color
Monochromatic Colors of #5A3028
Black with #5A3028
Text Example
Text Example
White with #5A3028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3028; }
p { color: rgb(90,48,40); }
H1.HeaderClassName
{
color: #5A3028;
}
.AnyTagClassName
{
color: #5A3028;
}
</style>
background-color css
<style>
a { background-color: #5A3028; }
a { background-color: rgb(90,48,40); }
div.DivClassName
{
background-color: #5A3028;
}
.BgClassName
{
background-color: #5A3028;
}
</style>
border-color css
<style>
span { border-color: #5A3028; }
span { border-color: rgb(90,48,40); }
td.TdClassName
{
border-color: #5A3028;
}
.TagClassName
{
border-color: #5A3028;
}
</style>