Shades of Moccaccino #532D28
Tints of Moccaccino #532D28
RGB
CMYK
RGB Variations
Color information
#532D28 (or 0x532D28) is known color: Moccaccino. HEX triplet: 53, 2D and 28. RGB value is (83,45,40). Sum of RGB (Red+Green+Blue) = 83+45+40=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 45 (17.97% from 255 or 26.79% from 168); Blue value is 40 (16.02% from 255 or 23.81% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #532D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D28 is #ACD2D7. Grayscale: #373737. Windows color (decimal): -11326168 or 2633043. OLE color: 2633043.
HSL color Cylindrical-coordinate representation of color #532D28: hue angle of 6.98º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #532D28 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 45 | 40 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.67 |
| HSL | 6.98º | 0.35% | 0.24% | - |
| HSV(B) | 6.98º | 0.52% | 0.33% | - |
| XYZ | 4.89 | 3.87 | 2.5 | - |
| YUV | 55.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 45 | 40 | 0 | 0.46 | 0.52 | 0.67 | 6.98 | 0.35 | 0.24 |
| Hex | 53 | 2D | 28 | 0 | 2E | 34 | 43 | 7 | 23 | 18 |
| Octal | 123 | 55 | 50 | 0 | 56 | 64 | 103 | 7 | 43 | 30 |
| Binary | 1010011 | 101101 | 101000 | 0 | 101110 | 110100 | 1000011 | 111 | 100011 | 11000 |
Color Harmonies of #532D28
Complementary color
Monochromatic Colors of #532D28
Black with #532D28
Text Example
Text Example
White with #532D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532D28; }
p { color: rgb(83,45,40); }
H1.HeaderClassName
{
color: #532D28;
}
.AnyTagClassName
{
color: #532D28;
}
</style>
background-color css
<style>
a { background-color: #532D28; }
a { background-color: rgb(83,45,40); }
div.DivClassName
{
background-color: #532D28;
}
.BgClassName
{
background-color: #532D28;
}
</style>
border-color css
<style>
span { border-color: #532D28; }
span { border-color: rgb(83,45,40); }
td.TdClassName
{
border-color: #532D28;
}
.TagClassName
{
border-color: #532D28;
}
</style>