Shades of Moccaccino #532E2C
Tints of Moccaccino #532E2C
RGB
CMYK
RGB Variations
Color information
#532E2C (or 0x532E2C) is known color: Moccaccino. HEX triplet: 53, 2E and 2C. RGB value is (83,46,44). Sum of RGB (Red+Green+Blue) = 83+46+44=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #532E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532E2C is #ACD1D3. Grayscale: #383838. Windows color (decimal): -11325908 or 2895443. OLE color: 2895443.
HSL color Cylindrical-coordinate representation of color #532E2C: hue angle of 3.08º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #532E2C is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 46 | 44 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.67 |
| HSL | 3.08º | 0.31% | 0.25% | - |
| HSV(B) | 3.08º | 0.47% | 0.33% | - |
| XYZ | 5 | 3.97 | 2.89 | - |
| YUV | 56.84 | 120.76 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 46 | 44 | 0 | 0.45 | 0.47 | 0.67 | 3.08 | 0.31 | 0.25 |
| Hex | 53 | 2E | 2C | 0 | 2D | 2F | 43 | 3 | 1F | 19 |
| Octal | 123 | 56 | 54 | 0 | 55 | 57 | 103 | 3 | 37 | 31 |
| Binary | 1010011 | 101110 | 101100 | 0 | 101101 | 101111 | 1000011 | 11 | 11111 | 11001 |
Color Harmonies of #532E2C
Complementary color
Monochromatic Colors of #532E2C
Black with #532E2C
Text Example
Text Example
White with #532E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532E2C; }
p { color: rgb(83,46,44); }
H1.HeaderClassName
{
color: #532E2C;
}
.AnyTagClassName
{
color: #532E2C;
}
</style>
background-color css
<style>
a { background-color: #532E2C; }
a { background-color: rgb(83,46,44); }
div.DivClassName
{
background-color: #532E2C;
}
.BgClassName
{
background-color: #532E2C;
}
</style>
border-color css
<style>
span { border-color: #532E2C; }
span { border-color: rgb(83,46,44); }
td.TdClassName
{
border-color: #532E2C;
}
.TagClassName
{
border-color: #532E2C;
}
</style>