Shades of Moccaccino #532F2F
Tints of Moccaccino #532F2F
RGB
CMYK
RGB Variations
Color information
#532F2F (or 0x532F2F) is known color: Moccaccino. HEX triplet: 53, 2F and 2F. RGB value is (83,47,47). Sum of RGB (Red+Green+Blue) = 83+47+47=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #532F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532F2F is #ACD0D0. Grayscale: #393939. Windows color (decimal): -11325649 or 3092307. OLE color: 3092307.
HSL color Cylindrical-coordinate representation of color #532F2F: hue angle of 0º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #532F2F is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 47 | 47 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.67 |
| HSL | 0º | 0.28% | 0.25% | - |
| HSV(B) | 0º | 0.43% | 0.33% | - |
| XYZ | 5.1 | 4.08 | 3.21 | - |
| YUV | 57.76 | 121.93 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 47 | 47 | 0 | 0.43 | 0.43 | 0.67 | 0 | 0.28 | 0.25 |
| Hex | 53 | 2F | 2F | 0 | 2B | 2B | 43 | 0 | 1C | 19 |
| Octal | 123 | 57 | 57 | 0 | 53 | 53 | 103 | 0 | 34 | 31 |
| Binary | 1010011 | 101111 | 101111 | 0 | 101011 | 101011 | 1000011 | 0 | 11100 | 11001 |
Color Harmonies of #532F2F
Complementary color
Monochromatic Colors of #532F2F
Black with #532F2F
Text Example
Text Example
White with #532F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532F2F; }
p { color: rgb(83,47,47); }
H1.HeaderClassName
{
color: #532F2F;
}
.AnyTagClassName
{
color: #532F2F;
}
</style>
background-color css
<style>
a { background-color: #532F2F; }
a { background-color: rgb(83,47,47); }
div.DivClassName
{
background-color: #532F2F;
}
.BgClassName
{
background-color: #532F2F;
}
</style>
border-color css
<style>
span { border-color: #532F2F; }
span { border-color: rgb(83,47,47); }
td.TdClassName
{
border-color: #532F2F;
}
.TagClassName
{
border-color: #532F2F;
}
</style>