Shades of Moccaccino #532F2A
Tints of Moccaccino #532F2A
RGB
CMYK
RGB Variations
Color information
#532F2A (or 0x532F2A) is known color: Moccaccino. HEX triplet: 53, 2F and 2A. RGB value is (83,47,42). Sum of RGB (Red+Green+Blue) = 83+47+42=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #532F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532F2A is #ACD0D5. Grayscale: #393939. Windows color (decimal): -11325654 or 2764627. OLE color: 2764627.
HSL color Cylindrical-coordinate representation of color #532F2A: hue angle of 7.32º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #532F2A is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 47 | 42 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.67 |
| HSL | 7.32º | 0.33% | 0.25% | - |
| HSV(B) | 7.32º | 0.49% | 0.33% | - |
| XYZ | 5 | 4.04 | 2.71 | - |
| YUV | 57.19 | 119.43 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 47 | 42 | 0 | 0.43 | 0.49 | 0.67 | 7.32 | 0.33 | 0.25 |
| Hex | 53 | 2F | 2A | 0 | 2B | 31 | 43 | 7 | 21 | 19 |
| Octal | 123 | 57 | 52 | 0 | 53 | 61 | 103 | 7 | 41 | 31 |
| Binary | 1010011 | 101111 | 101010 | 0 | 101011 | 110001 | 1000011 | 111 | 100001 | 11001 |
Color Harmonies of #532F2A
Complementary color
Monochromatic Colors of #532F2A
Black with #532F2A
Text Example
Text Example
White with #532F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532F2A; }
p { color: rgb(83,47,42); }
H1.HeaderClassName
{
color: #532F2A;
}
.AnyTagClassName
{
color: #532F2A;
}
</style>
background-color css
<style>
a { background-color: #532F2A; }
a { background-color: rgb(83,47,42); }
div.DivClassName
{
background-color: #532F2A;
}
.BgClassName
{
background-color: #532F2A;
}
</style>
border-color css
<style>
span { border-color: #532F2A; }
span { border-color: rgb(83,47,42); }
td.TdClassName
{
border-color: #532F2A;
}
.TagClassName
{
border-color: #532F2A;
}
</style>