Shades of Moccaccino #532C2B
Tints of Moccaccino #532C2B
RGB
CMYK
RGB Variations
Color information
#532C2B (or 0x532C2B) is known color: Moccaccino. HEX triplet: 53, 2C and 2B. RGB value is (83,44,43). Sum of RGB (Red+Green+Blue) = 83+44+43=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 44 (17.58% from 255 or 25.88% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #532C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C2B is #ACD3D4. Grayscale: #373737. Windows color (decimal): -11326421 or 2829395. OLE color: 2829395.
HSL color Cylindrical-coordinate representation of color #532C2B: hue angle of 1.5º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #532C2B is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 44 | 43 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.67 |
| HSL | 1.5º | 0.32% | 0.25% | - |
| HSV(B) | 1.5º | 0.48% | 0.33% | - |
| XYZ | 4.9 | 3.81 | 2.76 | - |
| YUV | 55.55 | 120.92 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 43 | 0 | 0.47 | 0.48 | 0.67 | 1.5 | 0.32 | 0.25 |
| Hex | 53 | 2C | 2B | 0 | 2F | 30 | 43 | 2 | 20 | 19 |
| Octal | 123 | 54 | 53 | 0 | 57 | 60 | 103 | 2 | 40 | 31 |
| Binary | 1010011 | 101100 | 101011 | 0 | 101111 | 110000 | 1000011 | 10 | 100000 | 11001 |
Color Harmonies of #532C2B
Complementary color
Monochromatic Colors of #532C2B
Black with #532C2B
Text Example
Text Example
White with #532C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532C2B; }
p { color: rgb(83,44,43); }
H1.HeaderClassName
{
color: #532C2B;
}
.AnyTagClassName
{
color: #532C2B;
}
</style>
background-color css
<style>
a { background-color: #532C2B; }
a { background-color: rgb(83,44,43); }
div.DivClassName
{
background-color: #532C2B;
}
.BgClassName
{
background-color: #532C2B;
}
</style>
border-color css
<style>
span { border-color: #532C2B; }
span { border-color: rgb(83,44,43); }
td.TdClassName
{
border-color: #532C2B;
}
.TagClassName
{
border-color: #532C2B;
}
</style>