Shades of Moccaccino #552A26
Tints of Moccaccino #552A26
RGB
CMYK
RGB Variations
Color information
#552A26 (or 0x552A26) is known color: Moccaccino. HEX triplet: 55, 2A and 26. RGB value is (85,42,38). Sum of RGB (Red+Green+Blue) = 85+42+38=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 38 (15.23% from 255 or 23.03% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #552A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552A26 is #AAD5D9. Grayscale: #363636. Windows color (decimal): -11195866 or 2501205. OLE color: 2501205.
HSL color Cylindrical-coordinate representation of color #552A26: hue angle of 5.11º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #552A26 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 42 | 38 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.67 |
| HSL | 5.11º | 0.38% | 0.24% | - |
| HSV(B) | 5.11º | 0.55% | 0.33% | - |
| XYZ | 4.92 | 3.73 | 2.29 | - |
| YUV | 54.4 | 118.75 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 42 | 38 | 0 | 0.51 | 0.55 | 0.67 | 5.11 | 0.38 | 0.24 |
| Hex | 55 | 2A | 26 | 0 | 33 | 37 | 43 | 5 | 26 | 18 |
| Octal | 125 | 52 | 46 | 0 | 63 | 67 | 103 | 5 | 46 | 30 |
| Binary | 1010101 | 101010 | 100110 | 0 | 110011 | 110111 | 1000011 | 101 | 100110 | 11000 |
Color Harmonies of #552A26
Complementary color
Monochromatic Colors of #552A26
Black with #552A26
Text Example
Text Example
White with #552A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552A26; }
p { color: rgb(85,42,38); }
H1.HeaderClassName
{
color: #552A26;
}
.AnyTagClassName
{
color: #552A26;
}
</style>
background-color css
<style>
a { background-color: #552A26; }
a { background-color: rgb(85,42,38); }
div.DivClassName
{
background-color: #552A26;
}
.BgClassName
{
background-color: #552A26;
}
</style>
border-color css
<style>
span { border-color: #552A26; }
span { border-color: rgb(85,42,38); }
td.TdClassName
{
border-color: #552A26;
}
.TagClassName
{
border-color: #552A26;
}
</style>