Shades of Moccaccino #532C2C
Tints of Moccaccino #532C2C
RGB
CMYK
RGB Variations
Color information
#532C2C (or 0x532C2C) is known color: Moccaccino. HEX triplet: 53, 2C and 2C. RGB value is (83,44,44). Sum of RGB (Red+Green+Blue) = 83+44+44=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #532C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C2C is #ACD3D3. Grayscale: #373737. Windows color (decimal): -11326420 or 2894931. OLE color: 2894931.
HSL color Cylindrical-coordinate representation of color #532C2C: hue angle of 0º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #532C2C is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 44 | 44 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.67 |
| HSL | 0º | 0.31% | 0.25% | - |
| HSV(B) | 0º | 0.47% | 0.33% | - |
| XYZ | 4.92 | 3.82 | 2.86 | - |
| YUV | 55.66 | 121.42 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 44 | 0 | 0.47 | 0.47 | 0.67 | 0 | 0.31 | 0.25 |
| Hex | 53 | 2C | 2C | 0 | 2F | 2F | 43 | 0 | 1F | 19 |
| Octal | 123 | 54 | 54 | 0 | 57 | 57 | 103 | 0 | 37 | 31 |
| Binary | 1010011 | 101100 | 101100 | 0 | 101111 | 101111 | 1000011 | 0 | 11111 | 11001 |
Color Harmonies of #532C2C
Complementary color
Monochromatic Colors of #532C2C
Black with #532C2C
Text Example
Text Example
White with #532C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532C2C; }
p { color: rgb(83,44,44); }
H1.HeaderClassName
{
color: #532C2C;
}
.AnyTagClassName
{
color: #532C2C;
}
</style>
background-color css
<style>
a { background-color: #532C2C; }
a { background-color: rgb(83,44,44); }
div.DivClassName
{
background-color: #532C2C;
}
.BgClassName
{
background-color: #532C2C;
}
</style>
border-color css
<style>
span { border-color: #532C2C; }
span { border-color: rgb(83,44,44); }
td.TdClassName
{
border-color: #532C2C;
}
.TagClassName
{
border-color: #532C2C;
}
</style>