Shades of Moccaccino #522B2B
Tints of Moccaccino #522B2B
RGB
CMYK
RGB Variations
Color information
#522B2B (or 0x522B2B) is known color: Moccaccino. HEX triplet: 52, 2B and 2B. RGB value is (82,43,43). Sum of RGB (Red+Green+Blue) = 82+43+43=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 43 (17.19% from 255 or 25.60% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 82 - color contains mainly: red. Hex color #522B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522B2B is #ADD4D4. Grayscale: #363636. Windows color (decimal): -11392213 or 2829138. OLE color: 2829138.
HSL color Cylindrical-coordinate representation of color #522B2B: hue angle of 0º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #522B2B is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 43 | 43 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.68 |
| HSL | 0º | 0.31% | 0.25% | - |
| HSV(B) | 0º | 0.48% | 0.32% | - |
| XYZ | 4.78 | 3.7 | 2.75 | - |
| YUV | 54.66 | 121.42 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 43 | 43 | 0 | 0.48 | 0.48 | 0.68 | 0 | 0.31 | 0.25 |
| Hex | 52 | 2B | 2B | 0 | 30 | 30 | 44 | 0 | 1F | 19 |
| Octal | 122 | 53 | 53 | 0 | 60 | 60 | 104 | 0 | 37 | 31 |
| Binary | 1010010 | 101011 | 101011 | 0 | 110000 | 110000 | 1000100 | 0 | 11111 | 11001 |
Color Harmonies of #522B2B
Complementary color
Monochromatic Colors of #522B2B
Black with #522B2B
Text Example
Text Example
White with #522B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522B2B; }
p { color: rgb(82,43,43); }
H1.HeaderClassName
{
color: #522B2B;
}
.AnyTagClassName
{
color: #522B2B;
}
</style>
background-color css
<style>
a { background-color: #522B2B; }
a { background-color: rgb(82,43,43); }
div.DivClassName
{
background-color: #522B2B;
}
.BgClassName
{
background-color: #522B2B;
}
</style>
border-color css
<style>
span { border-color: #522B2B; }
span { border-color: rgb(82,43,43); }
td.TdClassName
{
border-color: #522B2B;
}
.TagClassName
{
border-color: #522B2B;
}
</style>