Shades of Moccaccino #552A29
Tints of Moccaccino #552A29
RGB
CMYK
RGB Variations
Color information
#552A29 (or 0x552A29) is known color: Moccaccino. HEX triplet: 55, 2A and 29. RGB value is (85,42,41). Sum of RGB (Red+Green+Blue) = 85+42+41=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 42 (16.80% from 255 or 25% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #552A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552A29 is #AAD5D6. Grayscale: #363636. Windows color (decimal): -11195863 or 2697813. OLE color: 2697813.
HSL color Cylindrical-coordinate representation of color #552A29: hue angle of 1.36º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #552A29 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 42 | 41 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.67 |
| HSL | 1.36º | 0.35% | 0.25% | - |
| HSV(B) | 1.36º | 0.52% | 0.33% | - |
| XYZ | 4.97 | 3.75 | 2.56 | - |
| YUV | 54.74 | 120.25 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 42 | 41 | 0 | 0.51 | 0.52 | 0.67 | 1.36 | 0.35 | 0.25 |
| Hex | 55 | 2A | 29 | 0 | 33 | 34 | 43 | 1 | 23 | 19 |
| Octal | 125 | 52 | 51 | 0 | 63 | 64 | 103 | 1 | 43 | 31 |
| Binary | 1010101 | 101010 | 101001 | 0 | 110011 | 110100 | 1000011 | 1 | 100011 | 11001 |
Color Harmonies of #552A29
Complementary color
Monochromatic Colors of #552A29
Black with #552A29
Text Example
Text Example
White with #552A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552A29; }
p { color: rgb(85,42,41); }
H1.HeaderClassName
{
color: #552A29;
}
.AnyTagClassName
{
color: #552A29;
}
</style>
background-color css
<style>
a { background-color: #552A29; }
a { background-color: rgb(85,42,41); }
div.DivClassName
{
background-color: #552A29;
}
.BgClassName
{
background-color: #552A29;
}
</style>
border-color css
<style>
span { border-color: #552A29; }
span { border-color: rgb(85,42,41); }
td.TdClassName
{
border-color: #552A29;
}
.TagClassName
{
border-color: #552A29;
}
</style>