Shades of Moccaccino #532D27
Tints of Moccaccino #532D27
RGB
CMYK
RGB Variations
Color information
#532D27 (or 0x532D27) is known color: Moccaccino. HEX triplet: 53, 2D and 27. RGB value is (83,45,39). Sum of RGB (Red+Green+Blue) = 83+45+39=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 39 (15.62% from 255 or 23.35% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #532D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D27 is #ACD2D8. Grayscale: #373737. Windows color (decimal): -11326169 or 2567507. OLE color: 2567507.
HSL color Cylindrical-coordinate representation of color #532D27: hue angle of 8.18º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #532D27 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 45 | 39 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.67 |
| HSL | 8.18º | 0.36% | 0.24% | - |
| HSV(B) | 8.18º | 0.53% | 0.33% | - |
| XYZ | 4.87 | 3.86 | 2.41 | - |
| YUV | 55.68 | 118.59 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 45 | 39 | 0 | 0.46 | 0.53 | 0.67 | 8.18 | 0.36 | 0.24 |
| Hex | 53 | 2D | 27 | 0 | 2E | 35 | 43 | 8 | 24 | 18 |
| Octal | 123 | 55 | 47 | 0 | 56 | 65 | 103 | 10 | 44 | 30 |
| Binary | 1010011 | 101101 | 100111 | 0 | 101110 | 110101 | 1000011 | 1000 | 100100 | 11000 |
Color Harmonies of #532D27
Complementary color
Monochromatic Colors of #532D27
Black with #532D27
Text Example
Text Example
White with #532D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532D27; }
p { color: rgb(83,45,39); }
H1.HeaderClassName
{
color: #532D27;
}
.AnyTagClassName
{
color: #532D27;
}
</style>
background-color css
<style>
a { background-color: #532D27; }
a { background-color: rgb(83,45,39); }
div.DivClassName
{
background-color: #532D27;
}
.BgClassName
{
background-color: #532D27;
}
</style>
border-color css
<style>
span { border-color: #532D27; }
span { border-color: rgb(83,45,39); }
td.TdClassName
{
border-color: #532D27;
}
.TagClassName
{
border-color: #532D27;
}
</style>