Shades of Moccaccino #532929
Tints of Moccaccino #532929
RGB
CMYK
RGB Variations
Color information
#532929 (or 0x532929) is known color: Moccaccino. HEX triplet: 53, 29 and 29. RGB value is (83,41,41). Sum of RGB (Red+Green+Blue) = 83+41+41=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #532929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532929 is #ACD6D6. Grayscale: #353535. Windows color (decimal): -11327191 or 2697555. OLE color: 2697555.
HSL color Cylindrical-coordinate representation of color #532929: hue angle of 0º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #532929 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 41 | 41 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.67 |
| HSL | 0º | 0.34% | 0.24% | - |
| HSV(B) | 0º | 0.51% | 0.33% | - |
| XYZ | 4.76 | 3.58 | 2.54 | - |
| YUV | 53.56 | 120.91 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 41 | 41 | 0 | 0.51 | 0.51 | 0.67 | 0 | 0.34 | 0.24 |
| Hex | 53 | 29 | 29 | 0 | 33 | 33 | 43 | 0 | 22 | 18 |
| Octal | 123 | 51 | 51 | 0 | 63 | 63 | 103 | 0 | 42 | 30 |
| Binary | 1010011 | 101001 | 101001 | 0 | 110011 | 110011 | 1000011 | 0 | 100010 | 11000 |
Color Harmonies of #532929
Complementary color
Monochromatic Colors of #532929
Black with #532929
Text Example
Text Example
White with #532929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532929; }
p { color: rgb(83,41,41); }
H1.HeaderClassName
{
color: #532929;
}
.AnyTagClassName
{
color: #532929;
}
</style>
background-color css
<style>
a { background-color: #532929; }
a { background-color: rgb(83,41,41); }
div.DivClassName
{
background-color: #532929;
}
.BgClassName
{
background-color: #532929;
}
</style>
border-color css
<style>
span { border-color: #532929; }
span { border-color: rgb(83,41,41); }
td.TdClassName
{
border-color: #532929;
}
.TagClassName
{
border-color: #532929;
}
</style>