Shades of Moccaccino #572B2B
Tints of Moccaccino #572B2B
RGB
CMYK
RGB Variations
Color information
#572B2B (or 0x572B2B) is known color: Moccaccino. HEX triplet: 57, 2B and 2B. RGB value is (87,43,43). Sum of RGB (Red+Green+Blue) = 87+43+43=173 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.29% from 173); Green value is 43 (17.19% from 255 or 24.86% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 87 - color contains mainly: red. Hex color #572B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572B2B is #A8D4D4. Grayscale: #383838. Windows color (decimal): -11064533 or 2829143. OLE color: 2829143.
HSL color Cylindrical-coordinate representation of color #572B2B: hue angle of 0º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #572B2B is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 43 | 43 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.66 |
| HSL | 0º | 0.34% | 0.25% | - |
| HSV(B) | 0º | 0.51% | 0.34% | - |
| XYZ | 5.23 | 3.93 | 2.77 | - |
| YUV | 56.16 | 120.58 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 43 | 43 | 0 | 0.51 | 0.51 | 0.66 | 0 | 0.34 | 0.25 |
| Hex | 57 | 2B | 2B | 0 | 33 | 33 | 42 | 0 | 22 | 19 |
| Octal | 127 | 53 | 53 | 0 | 63 | 63 | 102 | 0 | 42 | 31 |
| Binary | 1010111 | 101011 | 101011 | 0 | 110011 | 110011 | 1000010 | 0 | 100010 | 11001 |
Color Harmonies of #572B2B
Complementary color
Monochromatic Colors of #572B2B
Black with #572B2B
Text Example
Text Example
White with #572B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572B2B; }
p { color: rgb(87,43,43); }
H1.HeaderClassName
{
color: #572B2B;
}
.AnyTagClassName
{
color: #572B2B;
}
</style>
background-color css
<style>
a { background-color: #572B2B; }
a { background-color: rgb(87,43,43); }
div.DivClassName
{
background-color: #572B2B;
}
.BgClassName
{
background-color: #572B2B;
}
</style>
border-color css
<style>
span { border-color: #572B2B; }
span { border-color: rgb(87,43,43); }
td.TdClassName
{
border-color: #572B2B;
}
.TagClassName
{
border-color: #572B2B;
}
</style>