Shades of Moccaccino #532F2D
Tints of Moccaccino #532F2D
RGB
CMYK
RGB Variations
Color information
#532F2D (or 0x532F2D) is known color: Moccaccino. HEX triplet: 53, 2F and 2D. RGB value is (83,47,45). Sum of RGB (Red+Green+Blue) = 83+47+45=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #532F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532F2D is #ACD0D2. Grayscale: #393939. Windows color (decimal): -11325651 or 2961235. OLE color: 2961235.
HSL color Cylindrical-coordinate representation of color #532F2D: hue angle of 3.16º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #532F2D is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 47 | 45 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.67 |
| HSL | 3.16º | 0.3% | 0.25% | - |
| HSV(B) | 3.16º | 0.46% | 0.33% | - |
| XYZ | 5.06 | 4.06 | 3 | - |
| YUV | 57.54 | 120.93 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 47 | 45 | 0 | 0.43 | 0.46 | 0.67 | 3.16 | 0.3 | 0.25 |
| Hex | 53 | 2F | 2D | 0 | 2B | 2E | 43 | 3 | 1E | 19 |
| Octal | 123 | 57 | 55 | 0 | 53 | 56 | 103 | 3 | 36 | 31 |
| Binary | 1010011 | 101111 | 101101 | 0 | 101011 | 101110 | 1000011 | 11 | 11110 | 11001 |
Color Harmonies of #532F2D
Complementary color
Monochromatic Colors of #532F2D
Black with #532F2D
Text Example
Text Example
White with #532F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532F2D; }
p { color: rgb(83,47,45); }
H1.HeaderClassName
{
color: #532F2D;
}
.AnyTagClassName
{
color: #532F2D;
}
</style>
background-color css
<style>
a { background-color: #532F2D; }
a { background-color: rgb(83,47,45); }
div.DivClassName
{
background-color: #532F2D;
}
.BgClassName
{
background-color: #532F2D;
}
</style>
border-color css
<style>
span { border-color: #532F2D; }
span { border-color: rgb(83,47,45); }
td.TdClassName
{
border-color: #532F2D;
}
.TagClassName
{
border-color: #532F2D;
}
</style>