Shades of Moccaccino #532D2C
Tints of Moccaccino #532D2C
RGB
CMYK
RGB Variations
Color information
#532D2C (or 0x532D2C) is known color: Moccaccino. HEX triplet: 53, 2D and 2C. RGB value is (83,45,44). Sum of RGB (Red+Green+Blue) = 83+45+44=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 45 (17.97% from 255 or 26.16% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #532D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D2C is #ACD2D3. Grayscale: #383838. Windows color (decimal): -11326164 or 2895187. OLE color: 2895187.
HSL color Cylindrical-coordinate representation of color #532D2C: hue angle of 1.54º 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 #532D2C is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 45 | 44 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.67 |
| HSL | 1.54º | 0.31% | 0.25% | - |
| HSV(B) | 1.54º | 0.47% | 0.33% | - |
| XYZ | 4.96 | 3.9 | 2.87 | - |
| YUV | 56.25 | 121.09 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 45 | 44 | 0 | 0.46 | 0.47 | 0.67 | 1.54 | 0.31 | 0.25 |
| Hex | 53 | 2D | 2C | 0 | 2E | 2F | 43 | 2 | 1F | 19 |
| Octal | 123 | 55 | 54 | 0 | 56 | 57 | 103 | 2 | 37 | 31 |
| Binary | 1010011 | 101101 | 101100 | 0 | 101110 | 101111 | 1000011 | 10 | 11111 | 11001 |
Color Harmonies of #532D2C
Complementary color
Monochromatic Colors of #532D2C
Black with #532D2C
Text Example
Text Example
White with #532D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532D2C; }
p { color: rgb(83,45,44); }
H1.HeaderClassName
{
color: #532D2C;
}
.AnyTagClassName
{
color: #532D2C;
}
</style>
background-color css
<style>
a { background-color: #532D2C; }
a { background-color: rgb(83,45,44); }
div.DivClassName
{
background-color: #532D2C;
}
.BgClassName
{
background-color: #532D2C;
}
</style>
border-color css
<style>
span { border-color: #532D2C; }
span { border-color: rgb(83,45,44); }
td.TdClassName
{
border-color: #532D2C;
}
.TagClassName
{
border-color: #532D2C;
}
</style>