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