Shades of Moccaccino #502A2A
Tints of Moccaccino #502A2A
RGB
CMYK
RGB Variations
Color information
#502A2A (or 0x502A2A) is known color: Moccaccino. HEX triplet: 50, 2A and 2A. RGB value is (80,42,42). Sum of RGB (Red+Green+Blue) = 80+42+42=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 42 (16.80% from 255 or 25.61% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #502A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502A2A is #AFD5D5. Grayscale: #353535. Windows color (decimal): -11523542 or 2763344. OLE color: 2763344.
HSL color Cylindrical-coordinate representation of color #502A2A: hue angle of 0º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #502A2A is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 42 | 42 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.69 |
| HSL | 0º | 0.31% | 0.24% | - |
| HSV(B) | 0º | 0.48% | 0.31% | - |
| XYZ | 4.55 | 3.53 | 2.63 | - |
| YUV | 53.36 | 121.59 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 42 | 42 | 0 | 0.48 | 0.48 | 0.69 | 0 | 0.31 | 0.24 |
| Hex | 50 | 2A | 2A | 0 | 30 | 30 | 45 | 0 | 1F | 18 |
| Octal | 120 | 52 | 52 | 0 | 60 | 60 | 105 | 0 | 37 | 30 |
| Binary | 1010000 | 101010 | 101010 | 0 | 110000 | 110000 | 1000101 | 0 | 11111 | 11000 |
Color Harmonies of #502A2A
Complementary color
Monochromatic Colors of #502A2A
Black with #502A2A
Text Example
Text Example
White with #502A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502A2A; }
p { color: rgb(80,42,42); }
H1.HeaderClassName
{
color: #502A2A;
}
.AnyTagClassName
{
color: #502A2A;
}
</style>
background-color css
<style>
a { background-color: #502A2A; }
a { background-color: rgb(80,42,42); }
div.DivClassName
{
background-color: #502A2A;
}
.BgClassName
{
background-color: #502A2A;
}
</style>
border-color css
<style>
span { border-color: #502A2A; }
span { border-color: rgb(80,42,42); }
td.TdClassName
{
border-color: #502A2A;
}
.TagClassName
{
border-color: #502A2A;
}
</style>