Shades of Moccaccino #572A26
Tints of Moccaccino #572A26
RGB
CMYK
RGB Variations
Color information
#572A26 (or 0x572A26) is known color: Moccaccino. HEX triplet: 57, 2A and 26. RGB value is (87,42,38). Sum of RGB (Red+Green+Blue) = 87+42+38=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 42 (16.80% from 255 or 25.15% from 167); Blue value is 38 (15.23% from 255 or 22.75% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #572A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572A26 is #A8D5D9. Grayscale: #373737. Windows color (decimal): -11064794 or 2501207. OLE color: 2501207.
HSL color Cylindrical-coordinate representation of color #572A26: hue angle of 4.9º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #572A26 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 42 | 38 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.66 |
| HSL | 4.9º | 0.39% | 0.25% | - |
| HSV(B) | 4.9º | 0.56% | 0.34% | - |
| XYZ | 5.11 | 3.82 | 2.3 | - |
| YUV | 55 | 118.41 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 42 | 38 | 0 | 0.52 | 0.56 | 0.66 | 4.9 | 0.39 | 0.25 |
| Hex | 57 | 2A | 26 | 0 | 34 | 38 | 42 | 5 | 27 | 19 |
| Octal | 127 | 52 | 46 | 0 | 64 | 70 | 102 | 5 | 47 | 31 |
| Binary | 1010111 | 101010 | 100110 | 0 | 110100 | 111000 | 1000010 | 101 | 100111 | 11001 |
Color Harmonies of #572A26
Complementary color
Monochromatic Colors of #572A26
Black with #572A26
Text Example
Text Example
White with #572A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572A26; }
p { color: rgb(87,42,38); }
H1.HeaderClassName
{
color: #572A26;
}
.AnyTagClassName
{
color: #572A26;
}
</style>
background-color css
<style>
a { background-color: #572A26; }
a { background-color: rgb(87,42,38); }
div.DivClassName
{
background-color: #572A26;
}
.BgClassName
{
background-color: #572A26;
}
</style>
border-color css
<style>
span { border-color: #572A26; }
span { border-color: rgb(87,42,38); }
td.TdClassName
{
border-color: #572A26;
}
.TagClassName
{
border-color: #572A26;
}
</style>