Shades of Moccaccino #572B2A
Tints of Moccaccino #572B2A
RGB
CMYK
RGB Variations
Color information
#572B2A (or 0x572B2A) is known color: Moccaccino. HEX triplet: 57, 2B and 2A. RGB value is (87,43,42). Sum of RGB (Red+Green+Blue) = 87+43+42=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #572B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572B2A is #A8D4D5. Grayscale: #383838. Windows color (decimal): -11064534 or 2763607. OLE color: 2763607.
HSL color Cylindrical-coordinate representation of color #572B2A: hue angle of 1.33º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #572B2A is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 43 | 42 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.66 |
| HSL | 1.33º | 0.35% | 0.25% | - |
| HSV(B) | 1.33º | 0.52% | 0.34% | - |
| XYZ | 5.21 | 3.92 | 2.67 | - |
| YUV | 56.04 | 120.08 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 43 | 42 | 0 | 0.51 | 0.52 | 0.66 | 1.33 | 0.35 | 0.25 |
| Hex | 57 | 2B | 2A | 0 | 33 | 34 | 42 | 1 | 23 | 19 |
| Octal | 127 | 53 | 52 | 0 | 63 | 64 | 102 | 1 | 43 | 31 |
| Binary | 1010111 | 101011 | 101010 | 0 | 110011 | 110100 | 1000010 | 1 | 100011 | 11001 |
Color Harmonies of #572B2A
Complementary color
Monochromatic Colors of #572B2A
Black with #572B2A
Text Example
Text Example
White with #572B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572B2A; }
p { color: rgb(87,43,42); }
H1.HeaderClassName
{
color: #572B2A;
}
.AnyTagClassName
{
color: #572B2A;
}
</style>
background-color css
<style>
a { background-color: #572B2A; }
a { background-color: rgb(87,43,42); }
div.DivClassName
{
background-color: #572B2A;
}
.BgClassName
{
background-color: #572B2A;
}
</style>
border-color css
<style>
span { border-color: #572B2A; }
span { border-color: rgb(87,43,42); }
td.TdClassName
{
border-color: #572B2A;
}
.TagClassName
{
border-color: #572B2A;
}
</style>