Shades of Moccaccino #572F2A
Tints of Moccaccino #572F2A
RGB
CMYK
RGB Variations
Color information
#572F2A (or 0x572F2A) is known color: Moccaccino. HEX triplet: 57, 2F and 2A. RGB value is (87,47,42). Sum of RGB (Red+Green+Blue) = 87+47+42=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 47 (18.75% from 255 or 26.70% from 176); Blue value is 42 (16.80% from 255 or 23.86% from 176); Max value from RGB is 87 - color contains mainly: red. Hex color #572F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572F2A is #A8D0D5. Grayscale: #3A3A3A. Windows color (decimal): -11063510 or 2764631. OLE color: 2764631.
HSL color Cylindrical-coordinate representation of color #572F2A: hue angle of 6.67º 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 #572F2A is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 47 | 42 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.66 |
| HSL | 6.67º | 0.35% | 0.25% | - |
| HSV(B) | 6.67º | 0.52% | 0.34% | - |
| XYZ | 5.36 | 4.23 | 2.72 | - |
| YUV | 58.39 | 118.75 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 47 | 42 | 0 | 0.46 | 0.52 | 0.66 | 6.67 | 0.35 | 0.25 |
| Hex | 57 | 2F | 2A | 0 | 2E | 34 | 42 | 7 | 23 | 19 |
| Octal | 127 | 57 | 52 | 0 | 56 | 64 | 102 | 7 | 43 | 31 |
| Binary | 1010111 | 101111 | 101010 | 0 | 101110 | 110100 | 1000010 | 111 | 100011 | 11001 |
Color Harmonies of #572F2A
Complementary color
Monochromatic Colors of #572F2A
Black with #572F2A
Text Example
Text Example
White with #572F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572F2A; }
p { color: rgb(87,47,42); }
H1.HeaderClassName
{
color: #572F2A;
}
.AnyTagClassName
{
color: #572F2A;
}
</style>
background-color css
<style>
a { background-color: #572F2A; }
a { background-color: rgb(87,47,42); }
div.DivClassName
{
background-color: #572F2A;
}
.BgClassName
{
background-color: #572F2A;
}
</style>
border-color css
<style>
span { border-color: #572F2A; }
span { border-color: rgb(87,47,42); }
td.TdClassName
{
border-color: #572F2A;
}
.TagClassName
{
border-color: #572F2A;
}
</style>