Shades of Moccaccino #5A2F28
Tints of Moccaccino #5A2F28
RGB
CMYK
RGB Variations
Color information
#5A2F28 (or 0x5A2F28) is known color: Moccaccino. HEX triplet: 5A, 2F and 28. RGB value is (90,47,40). Sum of RGB (Red+Green+Blue) = 90+47+40=177 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.85% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2F28 is #A5D0D7. Grayscale: #3B3B3B. Windows color (decimal): -10866904 or 2633562. OLE color: 2633562.
HSL color Cylindrical-coordinate representation of color #5A2F28: hue angle of 8.4º 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 #5A2F28 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 47 | 40 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.65 |
| HSL | 8.4º | 0.38% | 0.25% | - |
| HSV(B) | 8.4º | 0.56% | 0.35% | - |
| XYZ | 5.62 | 4.36 | 2.55 | - |
| YUV | 59.06 | 117.25 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 47 | 40 | 0 | 0.48 | 0.56 | 0.65 | 8.4 | 0.38 | 0.25 |
| Hex | 5A | 2F | 28 | 0 | 30 | 38 | 41 | 8 | 26 | 19 |
| Octal | 132 | 57 | 50 | 0 | 60 | 70 | 101 | 10 | 46 | 31 |
| Binary | 1011010 | 101111 | 101000 | 0 | 110000 | 111000 | 1000001 | 1000 | 100110 | 11001 |
Color Harmonies of #5A2F28
Complementary color
Monochromatic Colors of #5A2F28
Black with #5A2F28
Text Example
Text Example
White with #5A2F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2F28; }
p { color: rgb(90,47,40); }
H1.HeaderClassName
{
color: #5A2F28;
}
.AnyTagClassName
{
color: #5A2F28;
}
</style>
background-color css
<style>
a { background-color: #5A2F28; }
a { background-color: rgb(90,47,40); }
div.DivClassName
{
background-color: #5A2F28;
}
.BgClassName
{
background-color: #5A2F28;
}
</style>
border-color css
<style>
span { border-color: #5A2F28; }
span { border-color: rgb(90,47,40); }
td.TdClassName
{
border-color: #5A2F28;
}
.TagClassName
{
border-color: #5A2F28;
}
</style>