Shades of Moccaccino #532E2D
Tints of Moccaccino #532E2D
RGB
CMYK
RGB Variations
Color information
#532E2D (or 0x532E2D) is known color: Moccaccino. HEX triplet: 53, 2E and 2D. RGB value is (83,46,45). Sum of RGB (Red+Green+Blue) = 83+46+45=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 46 (18.36% from 255 or 26.44% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #532E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532E2D is #ACD1D2. Grayscale: #383838. Windows color (decimal): -11325907 or 2960979. OLE color: 2960979.
HSL color Cylindrical-coordinate representation of color #532E2D: hue angle of 1.58º 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 #532E2D is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 46 | 45 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.67 |
| HSL | 1.58º | 0.3% | 0.25% | - |
| HSV(B) | 1.58º | 0.46% | 0.33% | - |
| XYZ | 5.02 | 3.98 | 2.99 | - |
| YUV | 56.95 | 121.26 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 46 | 45 | 0 | 0.45 | 0.46 | 0.67 | 1.58 | 0.3 | 0.25 |
| Hex | 53 | 2E | 2D | 0 | 2D | 2E | 43 | 2 | 1E | 19 |
| Octal | 123 | 56 | 55 | 0 | 55 | 56 | 103 | 2 | 36 | 31 |
| Binary | 1010011 | 101110 | 101101 | 0 | 101101 | 101110 | 1000011 | 10 | 11110 | 11001 |
Color Harmonies of #532E2D
Complementary color
Monochromatic Colors of #532E2D
Black with #532E2D
Text Example
Text Example
White with #532E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532E2D; }
p { color: rgb(83,46,45); }
H1.HeaderClassName
{
color: #532E2D;
}
.AnyTagClassName
{
color: #532E2D;
}
</style>
background-color css
<style>
a { background-color: #532E2D; }
a { background-color: rgb(83,46,45); }
div.DivClassName
{
background-color: #532E2D;
}
.BgClassName
{
background-color: #532E2D;
}
</style>
border-color css
<style>
span { border-color: #532E2D; }
span { border-color: rgb(83,46,45); }
td.TdClassName
{
border-color: #532E2D;
}
.TagClassName
{
border-color: #532E2D;
}
</style>